Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
func
(m *MockConfig) GetTokenID() string {
171
args := m.Called()
172
173
return
args.String(0)
174
}
175
176
func
(m *MockConfig) GetTokenSecret() string {
177
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected