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

Method GetUser

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

Source from the content-addressed store, hash-verified

150}
151
152func (m *MockConfig) GetUser() string {
153 args := m.Called()
154
155 return args.String(0)
156}
157
158func (m *MockConfig) GetPassword() string {
159 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected