Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ localServer
Function
localServer
cli/dbflags/flags.go:116–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
func
localServer() bool {
117
_, err := client.NewConnection().Ping(context.Background())
118
return
err == nil
119
}
Callers
1
ClientURI
Method · 0.85
Calls
2
NewConnection
Function · 0.92
Ping
Method · 0.80
Tested by
no test coverage detected