MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Mode

Method Mode

assets/assets.go:63–65  ·  view source on GitHub ↗

Mode return file mode

()

Source from the content-addressed store, hash-verified

61
62// Mode return file mode
63func (fi bindataFileInfo) Mode() os.FileMode {
64 return fi.mode
65}
66
67// Mode return file modify time
68func (fi bindataFileInfo) ModTime() time.Time {

Callers 5

RestoreAssetFunction · 0.45
untarNextFunction · 0.45
tarFileFunction · 0.45
applyChangeMethod · 0.45
walkDirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected