MCPcopy 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
206func (d *impersonatedDB) Open(name string) (driver.Conn, error) {
207 return d, nil
208}
209
210func (d *impersonatedDB) Prepare(query string) (driver.Stmt, error) {
211 return &impersonatedStmt{

Callers 10

runFunction · 0.45
initTestDBFunction · 0.45
mainFunction · 0.45
UseDBMethod · 0.45
TestFullProcessFunction · 0.45
benchMinerFunction · 0.45
BenchmarkSQLiteFunction · 0.45
NewDatabaseFunction · 0.45
NewExchangeFunction · 0.45

Calls

no outgoing calls

Tested by 5

initTestDBFunction · 0.36
TestFullProcessFunction · 0.36
benchMinerFunction · 0.36
BenchmarkSQLiteFunction · 0.36