MCPcopy Create free account
hub / github.com/dim-an/cod / sqliteStorage

Struct sqliteStorage

datastore/sqlitedb.go:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290type sqliteStorage struct {
291 db *sql.DB
292}
293
294func insertCompletions(tx *sql.Tx, helpPageId int64, completions []Completion) (err error) {
295 completionStatement, err := tx.Prepare(`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected