Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-01 15:34:46 +08:00
parent 92ab347405
commit a6104015ae
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 26 additions and 0 deletions

View file

@ -182,6 +182,7 @@ var (
ErrTreeNotFound = errors.New("tree not found")
ErrIndexing = errors.New("indexing")
ErrBoxUnindexed = errors.New("notebook unindexed")
ErrInvalidID = errors.New("invalid id")
)
func LoadTreeByBlockIDWithReindex(id string) (ret *parse.Tree, err error) {