MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newRows

Function newRows

client/rows.go:33–39  ·  view source on GitHub ↗
(res *types.Response)

Source from the content-addressed store, hash-verified

31}
32
33func newRows(res *types.Response) *rows {
34 return &rows{
35 columns: res.Payload.Columns,
36 types: res.Payload.DeclTypes,
37 data: res.Payload.Rows,
38 }
39}
40
41// Columns implements driver.Rows.Columns method.
42func (r *rows) Columns() []string {

Callers 2

TestRowsStructureFunction · 0.85
sendQueryMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestRowsStructureFunction · 0.68