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

Method GetPassword

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

Source from the content-addressed store, hash-verified

156}
157
158func (m *MockConfig) GetPassword() string {
159 args := m.Called()
160
161 return args.String(0)
162}
163
164func (m *MockConfig) GetRealm() string {
165 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected