MCPcopy Create free account
hub / github.com/anchordotdev/cli / ReadDir

Method ReadDir

config.go:324–324  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

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}

Callers 3

ReadDirMethod · 0.65
ReadDirMethod · 0.65

Implementers 1

osFSconfig.go

Calls

no outgoing calls

Tested by 1