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

Method EvalSymlinks

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

EvalSymlinks wraps filepath.EvalSymlinks

(string)

Source from the content-addressed store, hash-verified

176 ReadDir(string) ([]os.DirEntry, error)
177 // EvalSymlinks wraps filepath.EvalSymlinks
178 EvalSymlinks(string) (string, error)
179 // Rename wraps os.Rename
180 Rename(string, string) error
181}

Callers 3

libraryDirectorySymlinksFunction · 0.65
Test_tempRemountFunction · 0.65
EvalSymlinksMethod · 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