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

Method GetRealm

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

Source from the content-addressed store, hash-verified

162}
163
164func (m *MockConfig) GetRealm() string {
165 args := m.Called()
166
167 return args.String(0)
168}
169
170func (m *MockConfig) GetTokenID() string {
171 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected