MCPcopy
hub / github.com/legendary-gl/legendary / get_game_meta

Method get_game_meta

legendary/lfs/lgndry.py:242–245  ·  view source on GitHub ↗
(self, app_name)

Source from the content-addressed store, hash-verified

240 f.write(manifest_data)
241
242 def get_game_meta(self, app_name):
243 if _meta := self._game_metadata.get(app_name, None):
244 return Game.from_json(_meta)
245 return None
246
247 def set_game_meta(self, app_name, meta):
248 json_meta = meta.__dict__

Callers 9

generate_aliasesMethod · 0.95
get_gameMethod · 0.80
get_game_and_dlc_listMethod · 0.80
get_launch_parametersMethod · 0.80
get_save_pathMethod · 0.80
upload_saveMethod · 0.80
download_savesMethod · 0.80
is_dlcMethod · 0.80

Calls 1

from_jsonMethod · 0.45

Tested by

no test coverage detected