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

Method EXPECT

internal/ebutil/mock_mounter_test.go:41–43  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

39
40// EXPECT returns an object that allows the caller to indicate expected use.
41func (m *Mockmounter) EXPECT() *MockmounterMockRecorder {
42 return m.recorder
43}
44
45// EvalSymlinks mocks base method.
46func (m *Mockmounter) EvalSymlinks(arg0 string) (string, error) {

Callers 1

Test_tempRemountFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected