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

Method Stat

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

Source from the content-addressed store, hash-verified

332func (osFS) Open(name string) (fs.File, error) { return os.Open(name) }
333func (osFS) ReadDir(name string) ([]fs.DirEntry, error) { return os.ReadDir(name) }
334func (osFS) Stat(name string) (fs.FileInfo, error) { return os.Stat(name) }
335func (osFS) WriteFile(name string, data []byte, perm os.FileMode) error {
336 return os.WriteFile(name, data, perm)
337}

Callers

nothing calls this directly

Calls 1

StatMethod · 0.65

Tested by

no test coverage detected