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

Method Mount

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

Mount wraps syscall.Mount

(string, string, string, uintptr, string)

Source from the content-addressed store, hash-verified

170 OpenFile(string, int, os.FileMode) (*os.File, error)
171 // Mount wraps syscall.Mount
172 Mount(string, string, string, uintptr, string) error
173 // Unmount wraps syscall.Unmount
174 Unmount(string, int) error
175 // ReadDir wraps os.ReadDir

Callers 3

Test_tempRemountFunction · 0.65
remountFunction · 0.65
MountMethod · 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