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

Method GetTokenSecret

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

Source from the content-addressed store, hash-verified

174}
175
176func (m *MockConfig) GetTokenSecret() string {
177 args := m.Called()
178
179 return args.String(0)
180}
181
182func (m *MockConfig) GetInsecure() bool {
183 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected