Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
func
(m *MockConfig) GetRealm() string {
165
args := m.Called()
166
167
return
args.String(0)
168
}
169
170
func
(m *MockConfig) GetTokenID() string {
171
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected