MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Size

Method Size

pkg/devspace/services/inject/inject.go:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 return DevSpaceHelperTempFolder
256}
257func (h helperFileInfo) Size() int64 {
258 return int64(len([]byte(h)))
259}
260func (h helperFileInfo) Mode() os.FileMode {
261 return 0777
262}

Callers 10

gatherChangesMethod · 0.45
untarNextMethod · 0.45
tarFileMethod · 0.45
evaluateChangeMethod · 0.45
CalculateLocalStateMethod · 0.45
DirectoryFunction · 0.45
DirectoryExcludesFunction · 0.45
ReadFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected