Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
def
get_repo_name():
186
settings = read_json(
'utils/docs/settings.json'
)
187
return
settings[
'repository'
]
188
189
190
def
get_sub_repo_name():
Callers
6
get_new_content
Function · 0.90
script-import-sync.py
File · 0.90
merge_change_history.py
File · 0.90
build_html
Function · 0.90
generate_description
Function · 0.90
generate_html_table
Function · 0.90
Calls
1
read_json
Function · 0.85
Tested by
no test coverage detected