MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / read

Method read

apps/admin/services.py:1599–1600  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1597 self.size = None
1598
1599 async def read(self):
1600 return open(self.path, "rb")
1601
1602 async def write(self, data):
1603 with open(self.path, "w") as f:

Callers 15

share_local_fileMethod · 0.95
_saveMethod · 0.80
merge_chunksMethod · 0.80
stream_generatorMethod · 0.80
merge_chunksMethod · 0.80
_saveMethod · 0.80
stream_generatorMethod · 0.80
merge_chunksMethod · 0.80
get_file_responseMethod · 0.80
stream_generatorMethod · 0.80
merge_chunksMethod · 0.80
stream_generatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected