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

Method Mode

pkg/runner/action_cache.go:111–113  ·  view source on GitHub ↗

Mode implements fs.FileInfo.

()

Source from the content-addressed store, hash-verified

109
110// Mode implements fs.FileInfo.
111func (g *GitFileInfo) Mode() fs.FileMode {
112 return g.mode
113}
114
115// Name implements fs.FileInfo.
116func (g *GitFileInfo) Name() string {

Callers 11

GetContainerArchiveMethod · 0.80
mainMethod · 0.80
prepareActionExecutorMethod · 0.80
GetTarArchiveMethod · 0.80
findExecutableFunction · 0.80
findExecutableFunction · 0.80
WriteFileMethod · 0.80
WriteFileMethod · 0.80
CollectFilesMethod · 0.80
CopyFileFunction · 0.80
CopyDirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected