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

Method ReadDir

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

ReadDir wraps os.ReadDir

(string)

Source from the content-addressed store, hash-verified

174 Unmount(string, int) error
175 // ReadDir wraps os.ReadDir
176 ReadDir(string) ([]os.DirEntry, error)
177 // EvalSymlinks wraps filepath.EvalSymlinks
178 EvalSymlinks(string) (string, error)
179 // Rename wraps os.Rename

Callers 5

findDevcontainerJSONFunction · 0.65
ShallowCloneRepoFunction · 0.65
libraryDirectorySymlinksFunction · 0.65
Test_tempRemountFunction · 0.65
ReadDirMethod · 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 1

Test_tempRemountFunction · 0.52