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

Struct CopyCollector

pkg/filecollector/file_collector.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type CopyCollector struct {
63 DstDir string
64}
65
66func (cc *CopyCollector) WriteFile(fpath string, fi fs.FileInfo, linkName string, f io.Reader) error {
67 fdestpath := filepath.Join(cc.DstDir, fpath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected