MCPcopy Index your code
hub / github.com/geekcomputers/Python / load_application_index

Function load_application_index

JARVIS/apps.py:60–64  ·  view source on GitHub ↗
(refresh=False)

Source from the content-addressed store, hash-verified

58
59
60def load_application_index(refresh=False):
61 if refresh or not APP_INDEX_FILE.exists():
62 return build_application_index()
63 data = load_json_list(APP_INDEX_FILE)
64 return data or build_application_index()
65
66
67def find_application(name):

Callers 2

find_applicationFunction · 0.85
search_appsFunction · 0.85

Calls 2

build_application_indexFunction · 0.85
load_json_listFunction · 0.85

Tested by

no test coverage detected