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

Struct remote

db/api/remote.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type remote struct {
25 conn *client.Connection
26}
27
28var _ Interface = (*remote)(nil)
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected