Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
type
sqliteStore
struct
{
54
db *sql.DB
55
}
56
57
// NewSQLiteStore opens a SQLite-backed ledger at path.
58
func
NewSQLiteStore(path string) (Store, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected