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

Method GetRow

sqlchain/adapter/storage/storage.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (s *rowScanner) GetRow() []interface{} {
78 return s.fields
79}
80
81func (s *rowScanner) ScanArgs() []interface{} {
82 // reset

Callers 1

readAllRowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected