MCPcopy
hub / github.com/ChinaGodMan/UserScripts / get_repo_name

Function get_repo_name

utils/helper.py:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185def get_repo_name():
186 settings = read_json('utils/docs/settings.json')
187 return settings['repository']
188
189
190def get_sub_repo_name():

Callers 6

get_new_contentFunction · 0.90
build_htmlFunction · 0.90
generate_descriptionFunction · 0.90
generate_html_tableFunction · 0.90

Calls 1

read_jsonFunction · 0.85

Tested by

no test coverage detected