Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ Write
Method
Write
fs/runtime/wazero/fs.go:61–65 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(f *memoryFile) Write(buf []byte) (n int, errno Errno) {
62
n, _ = f.writeBuf.Write(buf)
63
errno = 0
64
return
65
}
66
67
func
(f *memoryFile) IsDir() (bool, Errno) {
68
return
f.isDir, 0
Callers
7
TestFunctionStoreLoading
Function · 0.45
makeStateService
Method · 0.45
makeTubeService
Method · 0.45
NewFunctionRuntime
Method · 0.45
prepareRequest
Method · 0.45
decode
Method · 0.45
setBody
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestFunctionStoreLoading
Function · 0.36