Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnullvoid/pvetui
/ GetAddr
Method
GetAddr
pkg/api/testutils/mocks.go:146–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(m *MockConfig) GetAddr() string {
147
args := m.Called()
148
149
return
args.String(0)
150
}
151
152
func
(m *MockConfig) GetUser() string {
153
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected