Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaunchPlatform/beanhub-cli
/ enrich_tree
Function
enrich_tree
beanhub_cli/forms/validator.py:86–89 ·
view source on GitHub ↗
(tree: dict)
Source
from the content-addressed store, hash-verified
84
85
86
def
enrich_tree(tree: dict) -> Tree:
87
root = Tree(
":cross_mark:"
)
88
_enrich_tree(rich_tree=root, tree=tree)
89
return
root
90
91
92
def
validate_doc(form_doc_path: pathlib.Path) -> FormDoc:
Callers
1
_validate_form
Function · 0.85
Calls
1
_enrich_tree
Function · 0.85
Tested by
no test coverage detected