Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nektos/act
/ Handler
Interface
Handler
pkg/filecollector/file_collector.go:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
)
19
20
type
Handler
interface
{
21
WriteFile(path string, fi fs.FileInfo, linkName string, f io.Reader) error
22
}
23
24
type
TarCollector
struct
{
25
TarWriter *tar.Writer
Callers
4
TestGetContainerArchive
Function · 0.65
Copy
Method · 0.65
CollectFiles
Method · 0.65
saveNoticesEtag
Function · 0.65
Implementers
2
TarCollector
pkg/filecollector/file_collector.go
CopyCollector
pkg/filecollector/file_collector.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…