Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnullvoid/pvetui
/ GetPassword
Method
GetPassword
pkg/api/testutils/mocks.go:158–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
func
(m *MockConfig) GetPassword() string {
159
args := m.Called()
160
161
return
args.String(0)
162
}
163
164
func
(m *MockConfig) GetRealm() string {
165
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected