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

Interface WriteFS

pkg/artifacts/server.go:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type WriteFS interface {
54 OpenWritable(name string) (WritableFile, error)
55 OpenAppendable(name string) (WritableFile, error)
56}
57
58type readWriteFSImpl struct {
59}

Callers 4

uploadsFunction · 0.65
createArtifactMethod · 0.65
uploadsFunction · 0.65
uploadArtifactMethod · 0.65

Implementers 2

readWriteFSImplpkg/artifacts/server.go
writeMapFSpkg/artifacts/server_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…