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

Struct realMounter

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

realMounter implements mounter and actually does the thing.

Source from the content-addressed store, hash-verified

182
183// realMounter implements mounter and actually does the thing.
184type realMounter struct{}
185
186var _ mounter = &realMounter{}
187

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected