MCPcopy 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
86def enrich_tree(tree: dict) -> Tree:
87 root = Tree(":cross_mark:")
88 _enrich_tree(rich_tree=root, tree=tree)
89 return root
90
91
92def validate_doc(form_doc_path: pathlib.Path) -> FormDoc:

Callers 1

_validate_formFunction · 0.85

Calls 1

_enrich_treeFunction · 0.85

Tested by

no test coverage detected