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

Method IsDir

pkg/runner/action_cache.go:101–103  ·  view source on GitHub ↗

IsDir implements fs.FileInfo.

()

Source from the content-addressed store, hash-verified

99
100// IsDir implements fs.FileInfo.
101func (g *GitFileInfo) IsDir() bool {
102 return g.isDir
103}
104
105// ModTime implements fs.FileInfo.
106func (g *GitFileInfo) ModTime() time.Time {

Callers 15

CopyTarStreamMethod · 0.80
GetContainerArchiveMethod · 0.80
GetTarArchiveMethod · 0.80
tempNamesMethod · 0.80
hashFilesMethod · 0.80
NewWorkflowPlannerFunction · 0.80
findExecutableFunction · 0.80
findExecutableFunction · 0.80
chkStatFunction · 0.80
CollectFilesMethod · 0.80
walkMethod · 0.80
CopyDirFunction · 0.80

Calls

no outgoing calls

Tested by 2

walkMethod · 0.64
cleanGitHooksFunction · 0.64