MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / GetAddr

Method GetAddr

pkg/api/testutils/mocks.go:146–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (m *MockConfig) GetAddr() string {
147 args := m.Called()
148
149 return args.String(0)
150}
151
152func (m *MockConfig) GetUser() string {
153 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected