Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
var
_ Interface = (*remote)(nil)
29
30
func
NewRemoteDB(conn *client.Connection) Interface {
31
return
&remote{conn}
32
}
33
34
func
(l *remote) Root() *db.Root {
35
return
nil
Callers
3
Open
Method · 0.92
Monitor
Function · 0.92
Connect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected