Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
430
func
(s *rowScanner) GetRow() []
interface
{} {
431
return
s.fields
432
}
433
434
func
(s *rowScanner) ScanArgs() []
interface
{} {
435
// reset
Callers
1
Query
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected