MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / figure_structure_passes

Function figure_structure_passes

scripts/lint_note.py:875–876  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

873
874
875def figure_structure_passes(text: str) -> bool:
876 return not figure_structure_issues(text)
877
878
879def core_info_structure_issues(text: str) -> list[dict[str, object]]:

Calls 1

figure_structure_issuesFunction · 0.85