MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / download_file

Function download_file

scripts/freeze_viewer.py:64–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 # Register empty generators for API endpoints we want to skip
63 @freezer.register_generator
64 def download_file():
65 return []
66
67 @freezer.register_generator
68 def load_log():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected