MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / list

Function list

src/hyperagent/cli/cli.py:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102@list_app.callback(invoke_without_command=True)
103def list():
104 console.info("Listing repos...")
105 for file in os.listdir(DEFAULT_WORKDIR_CLI):
106 if file.endswith(".json"):
107 console.info2(file[:-5])
108
109@query_app.callback(invoke_without_command=True)
110def query(

Callers 9

get_color_mappingFunction · 0.85
make_treeMethod · 0.85
innerFunction · 0.85
simplify_codeMethod · 0.85
get_test_snippetMethod · 0.85
concat_stringsFunction · 0.85
repeated_subsequencesFunction · 0.85

Calls 2

infoMethod · 0.80
info2Method · 0.80

Tested by

no test coverage detected