Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ Columns
Method
Columns
cmd/cql-proxy/storage/impersonate.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(r *impersonatedRows) Columns() []string {
54
return
r.columns[:]
55
}
56
57
func
(r *impersonatedRows) Close() error {
58
r.data = nil
Callers
3
readAllRows
Function · 0.45
buildResultSet
Method · 0.45
scanRows
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected