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

Function figure_callout_title

scripts/lint_note.py:600–604  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

598
599
600def figure_callout_title(line: str) -> str:
601 match = FIGURE_CALLOUT_TITLE_RE.match(line.strip())
602 if not match:
603 return ""
604 return match.group(1).strip()
605
606
607def figure_status_text(line: str) -> str:

Callers 2

inspect_figure_calloutsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected