Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
func
NewSQLiteFileListDB() *SQLiteFileListDB {
58
return
&SQLiteFileListDB{
59
hashMap: NewSQLiteFileListHashMap(),
60
}
61
}
62
63
func
(this *SQLiteFileListDB) Open(dbPath string) error {
64
this.dbPath = dbPath
Callers
5
TestFileListDB_ListLFUItems
Function · 0.92
TestFileListDB_CleanMatchKey
Function · 0.92
TestFileListDB_CleanMatchPrefix
Function · 0.92
TestFileListDB_Memory
Function · 0.92
Init
Method · 0.85
Calls
1
NewSQLiteFileListHashMap
Function · 0.85
Tested by
4
TestFileListDB_ListLFUItems
Function · 0.74
TestFileListDB_CleanMatchKey
Function · 0.74
TestFileListDB_CleanMatchPrefix
Function · 0.74
TestFileListDB_Memory
Function · 0.74