Method: MGit::Workspace::PathHelper#cache_manifest_path

Defined in:
lib/m-git/workspace/path_helper.rb

#cache_manifest_pathObject



49
50
51
52
# File 'lib/m-git/workspace/path_helper.rb', line 49

def cache_manifest_path
  file_name = Constants::CONFIG_FILE_NAME[:manifest_cache]
  File.join(source_config_dir, file_name)
end