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

Method Name

pkg/runner/action_cache.go:116–118  ·  view source on GitHub ↗

Name implements fs.FileInfo.

()

Source from the content-addressed store, hash-verified

114
115// Name implements fs.FileInfo.
116func (g *GitFileInfo) Name() string {
117 return g.name
118}
119
120// Size implements fs.FileInfo.
121func (g *GitFileInfo) Size() int64 {

Callers 15

copyDirMethod · 0.80
GetContainerArchiveMethod · 0.80
FetchMethod · 0.80
GetTarArchiveMethod · 0.80
tempNamesMethod · 0.80
TestHandlerFunction · 0.80
NewWorkflowPlannerFunction · 0.80
walkMethod · 0.80
CopyDirFunction · 0.80
FindGitRefFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestHandlerFunction · 0.64
walkMethod · 0.64
cleanGitHooksFunction · 0.64