MCPcopy Index your code
hub / github.com/InferCore/InferCore / sqliteStore

Struct sqliteStore

internal/requests/sqlite.go:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51`
52
53type sqliteStore struct {
54 db *sql.DB
55}
56
57// NewSQLiteStore opens a SQLite-backed ledger at path.
58func NewSQLiteStore(path string) (Store, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected