Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gopherjs/gopherjs
/ Close
Method
Close
tool.go:806–808 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
804
}
805
806
func
(f *fakeFile) Close() error {
807
return
nil
808
}
809
810
func
(f *fakeFile) Readdir(count int) ([]os.FileInfo, error) {
811
return
nil, os.ErrInvalid
Callers
4
main
Function · 0.45
scanPkg
Method · 0.45
TestOpen
Function · 0.45
goFiles
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestOpen
Function · 0.36