Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ impersonatedStmt
Struct
impersonatedStmt
cmd/cql-proxy/storage/impersonate.go:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
type
impersonatedStmt
struct
{
234
db *impersonatedDB
235
query string
236
}
237
238
func
(s *impersonatedStmt) Close() error {
239
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected