Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ GetId
Method
GetId
engine/model.go:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
func
(h *Host) GetId() string {
240
return
h.Name
241
}
242
243
func
(h *Host) Key() HostKey {
244
return
HostKey{Name: h.Name}
Callers
6
TestHostNew
Method · 0.95
TestFrontendDefaults
Method · 0.45
TestBackendNew
Method · 0.45
TestNewBackendWithOptions
Method · 0.45
TestNoBackendServers
Method · 0.45
TestProxyHeaders
Function · 0.45
Calls
no outgoing calls
Tested by
6
TestHostNew
Method · 0.76
TestFrontendDefaults
Method · 0.36
TestBackendNew
Method · 0.36
TestNewBackendWithOptions
Method · 0.36
TestNoBackendServers
Method · 0.36
TestProxyHeaders
Function · 0.36