MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SQLiteDB

Struct SQLiteDB

internal/utils/agents/db_sqlite.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type SQLiteDB struct {
23 db *dbs.DB
24 path string
25
26 insertAgentIPStmt *dbs.Stmt
27 listAgentIPsStmt *dbs.Stmt
28}
29
30func NewSQLiteDB(path string) *SQLiteDB {
31 var db = &SQLiteDB{path: path}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected