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

Struct writeMapFS

pkg/artifacts/server_test.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type writeMapFS struct {
38 fstest.MapFS
39}
40
41func (fsys writeMapFS) OpenWritable(name string) (WritableFile, error) {
42 var file = &writableMapFile{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected