MCPcopy Index your code
hub / github.com/rilldata/rill / copy

Method copy

runtime/resolver.go:467–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465}
466
467func (r *cachedResolverResult) copy() *cachedResolverResult {
468 return &cachedResolverResult{
469 data: r.data,
470 schema: r.schema,
471 meta: r.meta,
472 rows: nil,
473 idx: 0,
474 }
475}

Callers 1

ResolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected