Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ IsDir
Method
IsDir
fs/runtime/wazero/fs.go:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(f *memoryFile) IsDir() (bool, Errno) {
68
return
f.isDir, 0
69
}
70
71
func
(f *memoryFile) Close() Errno {
72
return
0
Callers
1
Load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected