🎨 boot log

This commit is contained in:
Liang Ding 2022-08-31 10:50:17 +08:00
parent 5139e51165
commit 1ea657430a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 4 additions and 8 deletions

View file

@ -56,8 +56,8 @@ func CountTrees() (ret int) {
return
}
func GetBlockTrees() map[string]*BlockTree {
return blockTrees
func CountBlocks() (ret int) {
return len(blockTrees)
}
func GetBlockTreeRootByPath(boxID, path string) *BlockTree {