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

Function NewSQLiteFileListDB

internal/caches/list_file_db_sqlite.go:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func NewSQLiteFileListDB() *SQLiteFileListDB {
58 return &SQLiteFileListDB{
59 hashMap: NewSQLiteFileListHashMap(),
60 }
61}
62
63func (this *SQLiteFileListDB) Open(dbPath string) error {
64 this.dbPath = dbPath

Callers 5

TestFileListDB_MemoryFunction · 0.92
InitMethod · 0.85

Calls 1

NewSQLiteFileListHashMapFunction · 0.85

Tested by 4

TestFileListDB_MemoryFunction · 0.74