Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
type
readWriteFSImpl
struct
{
59
}
60
61
func
(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