Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ Open
Method
Open
cmd/cql-proxy/storage/impersonate.go:206–208 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
204
}
205
206
func
(d *impersonatedDB) Open(name string) (driver.Conn, error) {
207
return
d, nil
208
}
209
210
func
(d *impersonatedDB) Prepare(query string) (driver.Stmt, error) {
211
return
&impersonatedStmt{
Callers
10
run
Function · 0.45
initTestDB
Function · 0.45
main
Function · 0.45
UseDB
Method · 0.45
TestFullProcess
Function · 0.45
benchMiner
Function · 0.45
BenchmarkSQLite
Function · 0.45
benchOutsideMinerWithTargetMinerList
Function · 0.45
NewDatabase
Function · 0.45
NewExchange
Function · 0.45
Calls
no outgoing calls
Tested by
5
initTestDB
Function · 0.36
TestFullProcess
Function · 0.36
benchMiner
Function · 0.36
BenchmarkSQLite
Function · 0.36
benchOutsideMinerWithTargetMinerList
Function · 0.36