MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Columns

Method Columns

cmd/cql-proxy/storage/impersonate.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (r *impersonatedRows) Columns() []string {
54 return r.columns[:]
55}
56
57func (r *impersonatedRows) Close() error {
58 r.data = nil

Callers 3

readAllRowsFunction · 0.45
buildResultSetMethod · 0.45
scanRowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected