MCPcopy Create free account
hub / github.com/brimdata/super / NewRemoteDB

Function NewRemoteDB

db/api/remote.go:30–32  ·  view source on GitHub ↗
(conn *client.Connection)

Source from the content-addressed store, hash-verified

28var _ Interface = (*remote)(nil)
29
30func NewRemoteDB(conn *client.Connection) Interface {
31 return &remote{conn}
32}
33
34func (l *remote) Root() *db.Root {
35 return nil

Callers 3

OpenMethod · 0.92
MonitorFunction · 0.92
ConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected