Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
101
func
(g *GitFileInfo) IsDir() bool {
102
return
g.isDir
103
}
104
105
// ModTime implements fs.FileInfo.
106
func
(g *GitFileInfo) ModTime() time.Time {
Callers
15
CopyTarStream
Method · 0.80
GetContainerArchive
Method · 0.80
GetTarArchive
Method · 0.80
tempNames
Method · 0.80
hashFiles
Method · 0.80
NewWorkflowPlanner
Function · 0.80
findExecutable
Function · 0.80
findExecutable
Function · 0.80
chkStat
Function · 0.80
CollectFiles
Method · 0.80
walk
Method · 0.80
CopyDir
Function · 0.80
Calls
no outgoing calls
Tested by
2
walk
Method · 0.64
cleanGitHooks
Function · 0.64