MCPcopy 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
116func localServer() bool {
117 _, err := client.NewConnection().Ping(context.Background())
118 return err == nil
119}

Callers 1

ClientURIMethod · 0.85

Calls 2

NewConnectionFunction · 0.92
PingMethod · 0.80

Tested by

no test coverage detected