MCPcopy
hub / github.com/daptin/daptin / Preparex

Method Preparex

server/database/database_connection_interface.go:12–12  ·  view source on GitHub ↗
(query string)

Source from the content-addressed store, hash-verified

10 Get(dest interface{}, query string, args ...interface{}) error
11 MustBegin() *sqlx.Tx
12 Preparex(query string) (*sqlx.Stmt, error)
13 Stats() sql.DBStats
14 sqlx.Ext
15 sqlx.Preparer

Callers 15

GetTablesFromWorldFunction · 0.65
PreparexMethod · 0.65
DoActionMethod · 0.65
GetAllSitesFunction · 0.65
stateMachineRunnerForMethod · 0.65
ReferenceIdToIntegerIdFunction · 0.65
OpenMethod · 0.65
StatMethod · 0.65
ReaddirMethod · 0.65

Implementers 1

InMemoryTestDatabaseserver/inmemory_mock_db.go

Calls

no outgoing calls

Tested by

no test coverage detected