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

Method Stat

internal/ebutil/remount.go:166–166  ·  view source on GitHub ↗

Stat wraps os.Stat

(string)

Source from the content-addressed store, hash-verified

164 GetMounts() ([]*procfs.MountInfo, error)
165 // Stat wraps os.Stat
166 Stat(string) (os.FileInfo, error)
167 // MkdirAll wraps os.MkdirAll
168 MkdirAll(string, os.FileMode) error
169 // OpenFile wraps os.OpenFile

Callers 9

findDevcontainerJSONFunction · 0.65
fileExistsFunction · 0.65
ExtractFunction · 0.65
ShallowCloneRepoFunction · 0.65
TestShallowCloneRepoFunction · 0.65
libraryDirectoryPathFunction · 0.65
Test_tempRemountFunction · 0.65
remountFunction · 0.65
StatMethod · 0.65

Implementers 3

Mockmounterinternal/ebutil/mock_mounter_test.go
MockmounterMockRecorderinternal/ebutil/mock_mounter_test.go
realMounterinternal/ebutil/remount.go

Calls

no outgoing calls

Tested by 2

TestShallowCloneRepoFunction · 0.52
Test_tempRemountFunction · 0.52