Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ String
Method
String
engine/model.go:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
func
(h *Host) String() string {
236
return
fmt.Sprintf(
"Host(%s, keyPair=%t, ocsp=%t)"
, h.Name, h.Settings.KeyPair != nil, h.Settings.OCSP.Enabled)
237
}
238
239
func
(h *Host) GetId() string {
240
return
h.Name
Callers
15
TestHostNew
Method · 0.95
TestFrontendDefaults
Method · 0.45
TestBackendNew
Method · 0.45
getLogSeverity
Method · 0.45
updateLogSeverity
Method · 0.45
UpdateLogSeverity
Method · 0.45
UpsertFrontend
Method · 0.45
UpsertServer
Method · 0.45
UpsertMiddleware
Method · 0.45
Get
Method · 0.45
upsertListenerAction
Method · 0.45
deleteListenerAction
Method · 0.45
Calls
no outgoing calls
Tested by
5
TestHostNew
Method · 0.76
TestFrontendDefaults
Method · 0.36
TestBackendNew
Method · 0.36
run
Method · 0.36
TestLogSeverity
Method · 0.36