MCPcopy 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
67func (f *memoryFile) IsDir() (bool, Errno) {
68 return f.isDir, 0
69}
70
71func (f *memoryFile) Close() Errno {
72 return 0

Callers 1

LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected