Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/3FS
/ write
Method
write
hf3fs/__init__.py:307–310 ·
view source on GitHub ↗
(self, buf, flush=False)
Source
from the content-addressed store, hash-verified
305
return
red
306
307
def
write(self, buf, flush=False):
308
writ = self.client.write(self._fd, buf, flush=flush)
309
self._off += writ
310
return
writ
Callers
15
randomWrite
Function · 0.45
writeToChunk
Method · 0.45
writeToChunks
Method · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
SetUp
Method · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
make_trash
Function · 0.45
Calls
no outgoing calls
Tested by
15
randomWrite
Function · 0.36
writeToChunk
Method · 0.36
writeToChunks
Method · 0.36
TEST_P
Function · 0.36
TEST_F
Function · 0.36
SetUp
Method · 0.36
TEST_P
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_P
Function · 0.36
TEST_F
Function · 0.36
make_trash
Function · 0.36