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

Method GetRow

storage/storage.go:430–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428}
429
430func (s *rowScanner) GetRow() []interface{} {
431 return s.fields
432}
433
434func (s *rowScanner) ScanArgs() []interface{} {
435 // reset

Callers 1

QueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected