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

Method HashMapIsLoaded

internal/caches/list_file_sqlite.go:432–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430}
431
432func (this *SQLiteFileList) HashMapIsLoaded() bool {
433 for _, db := range this.dbList {
434 if !db.HashMapIsLoaded() {
435 return false
436 }
437 }
438 return true
439}
440
441func (this *SQLiteFileList) remove(hash string, isDeleted bool) (notFound bool, err error) {
442 var db = this.GetDB(hash)

Callers 2

ScanGarbageCachesMethod · 0.45
ExistQuickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected