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

Method EvalSymlinks

internal/ebutil/mock_mounter_test.go:55–58  ·  view source on GitHub ↗

EvalSymlinks indicates an expected call of EvalSymlinks.

(arg0 any)

Source from the content-addressed store, hash-verified

53
54// EvalSymlinks indicates an expected call of EvalSymlinks.
55func (mr *MockmounterMockRecorder) EvalSymlinks(arg0 any) *gomock.Call {
56 mr.mock.ctrl.T.Helper()
57 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EvalSymlinks", reflect.TypeOf((*Mockmounter)(nil).EvalSymlinks), arg0)
58}
59
60// GetMounts mocks base method.
61func (m *Mockmounter) GetMounts() ([]*procfs.MountInfo, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected