Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_file
Method · 0.95
_save
Method · 0.80
merge_chunks
Method · 0.80
stream_generator
Method · 0.80
merge_chunks
Method · 0.80
_save
Method · 0.80
stream_generator
Method · 0.80
merge_chunks
Method · 0.80
get_file_response
Method · 0.80
stream_generator
Method · 0.80
merge_chunks
Method · 0.80
stream_generator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected