MCPcopy
hub / github.com/nektos/act / readWriteFSImpl

Struct readWriteFSImpl

pkg/artifacts/server.go:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type readWriteFSImpl struct {
59}
60
61func (fwfs readWriteFSImpl) Open(name string) (fs.File, error) {
62 return os.Open(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected