MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / __init__

Method __init__

core/storage.py:110–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108
109class SystemFileStorage(FileStorageInterface):
110 def __init__(self):
111 self.chunk_size = 256 * 1024
112 self.root_path = data_root
113
114 def _save(self, file, save_path):
115 with open(save_path, "wb") as f:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected