(hash string)
| 426 | } |
| 427 | |
| 428 | func (this *SQLiteFileList) GetDB(hash string) *SQLiteFileListDB { |
| 429 | return this.dbList[fnv.HashString(hash)%CountFileDB] |
| 430 | } |
| 431 | |
| 432 | func (this *SQLiteFileList) HashMapIsLoaded() bool { |
| 433 | for _, db := range this.dbList { |