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

Method GetTokenID

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

Source from the content-addressed store, hash-verified

168}
169
170func (m *MockConfig) GetTokenID() string {
171 args := m.Called()
172
173 return args.String(0)
174}
175
176func (m *MockConfig) GetTokenSecret() string {
177 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected