MCPcopy 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
806func (f *fakeFile) Close() error {
807 return nil
808}
809
810func (f *fakeFile) Readdir(count int) ([]os.FileInfo, error) {
811 return nil, os.ErrInvalid

Callers 4

mainFunction · 0.45
scanPkgMethod · 0.45
TestOpenFunction · 0.45
goFilesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOpenFunction · 0.36