Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
(m *MockConfig) GetTokenSecret() string {
177
args := m.Called()
178
179
return
args.String(0)
180
}
181
182
func
(m *MockConfig) GetInsecure() bool {
183
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected