MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / command_list

Function command_list

tools/model_manager.py:1973–1978  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

1971 destination_root = staged_roots[final_root]
1972 final_root.parent.mkdir(parents=True, exist_ok=True)
1973 destination_root.rename(final_root)
1974 return package_root
1975 except Exception:
1976 shutil.rmtree(staging_bundle, ignore_errors=True)
1977 raise
1978 finally:
1979 try:
1980 if staging_root.exists() and not any(staging_root.iterdir()):
1981 staging_root.rmdir()

Callers 1

mainFunction · 0.85

Calls 3

printFunction · 0.85
package_payloadFunction · 0.85
print_package_tableFunction · 0.85

Tested by

no test coverage detected