MCPcopy
hub / github.com/rgburke/grv / VariableValue

Method VariableValue

cmd/grv/abstract_window_view_test.go:249–252  ·  view source on GitHub ↗
(variable GRVVariable)

Source from the content-addressed store, hash-verified

247}
248
249func (variables *MockGRVVariableSetter) VariableValue(variable GRVVariable) (value string, isSet bool) {
250 args := variables.Called(variable)
251 return args.String(0), args.Bool(1)
252}
253
254type MockLock struct {
255 mock.Mock

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected