MCPcopy Index your code
hub / github.com/anchordotdev/cli / SystemFS

Interface SystemFS

config.go:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322type SystemFS interface {
323 Open(string) (fs.File, error)
324 ReadDir(string) ([]fs.DirEntry, error)
325 Stat(string) (fs.FileInfo, error)
326 WriteFile(string, []byte, os.FileMode) error
327}
328
329// https://github.com/golang/go/issues/47803
330type osFS struct{}

Callers 22

loadTOMLMethod · 0.65
OpenMethod · 0.65
isWSLFunction · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
ReadDirMethod · 0.65
ReadDirMethod · 0.65
StatMethod · 0.65
TestSetupFunction · 0.65
DetectMethod · 0.65

Implementers 1

osFSconfig.go

Calls

no outgoing calls

Tested by

no test coverage detected