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

Method GetMounts

internal/ebutil/mock_mounter_test.go:61–67  ·  view source on GitHub ↗

GetMounts mocks base method.

()

Source from the content-addressed store, hash-verified

59
60// GetMounts mocks base method.
61func (m *Mockmounter) GetMounts() ([]*procfs.MountInfo, error) {
62 m.ctrl.T.Helper()
63 ret := m.ctrl.Call(m, "GetMounts")
64 ret0, _ := ret[0].([]*procfs.MountInfo)
65 ret1, _ := ret[1].(error)
66 return ret0, ret1
67}
68
69// GetMounts indicates an expected call of GetMounts.
70func (mr *MockmounterMockRecorder) GetMounts() *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected