MCPcopy Create free account
hub / github.com/coder/envbuilder / Size

Method Size

internal/ebutil/remount_internal_test.go:669–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667
668func (fi *fakeFileInfo) Name() string { return fi.name }
669func (fi *fakeFileInfo) Size() int64 { return 0 }
670func (fi *fakeFileInfo) Mode() os.FileMode { return 0 }
671func (fi *fakeFileInfo) ModTime() time.Time { return time.Time{} }
672func (fi *fakeFileInfo) IsDir() bool { return fi.isDir }

Callers 1

WriteContainerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected