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

Method Open

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

Source from the content-addressed store, hash-verified

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

Callers 6

loadTOMLMethod · 0.65
OpenMethod · 0.65
isWSLFunction · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65

Implementers 1

osFSconfig.go

Calls

no outgoing calls

Tested by 1

OpenMethod · 0.52