Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ GetRow
Method
GetRow
cmd/cql-mysql-adapter/scanner.go:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
func
(s *rowScanner) GetRow() []
interface
{} {
75
return
s.fields
76
}
77
78
func
(s *rowScanner) ScanArgs() []
interface
{} {
79
// reset
Callers
1
readAllRows
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected