MCPcopy Create free account
hub / github.com/BlackVectorOps/semantic_firewall / Open

Method Open

pkg/api/filesystem.go:32–32  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

30
31func (RealFileSystem) Stat(name string) (os.FileInfo, error) { return os.Stat(name) }
32func (RealFileSystem) Open(name string) (fs.File, error) { return os.Open(name) }
33func (RealFileSystem) Getwd() (string, error) { return os.Getwd() }
34func (RealFileSystem) Abs(path string) (string, error) { return filepath.Abs(path) }
35func (RealFileSystem) WalkDir(root string, fn fs.WalkDirFunc) error {

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.65

Tested by

no test coverage detected