mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 boot log
This commit is contained in:
parent
5139e51165
commit
1ea657430a
2 changed files with 4 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue