Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/seesaw
/ newTestVserver
Function
newTestVserver
engine/engine_test.go:32–38 ·
view source on GitHub ↗
(engine *Engine)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
newTestVserver(engine *Engine) *vserver {
33
if
engine == nil {
34
engine = newTestEngine()
35
}
36
v := newVserver(engine)
37
return
v
38
}
Callers
11
TestExpandServices
Function · 0.85
TestExpandFWMServices
Function · 0.85
TestExpandChecks
Function · 0.85
TestHealthcheckNotification
Function · 0.85
TestWatermarks
Function · 0.85
TestDisableVserver
Function · 0.85
TestVserverOverride
Function · 0.85
TestVserverSnapshot
Function · 0.85
TestUpdateVserver
Function · 0.85
TestReIPVserver
Function · 0.85
TestHealthchecks
Function · 0.85
Calls
2
newTestEngine
Function · 0.85
newVserver
Function · 0.85
Tested by
no test coverage detected