MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Section

Class Section

scripts/section_parser.py:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44@dataclass
45class Section:
46 level: int
47 seq: int
48 anchor: str
49 title: str
50 line: int
51 char_start: int
52 char_end: int
53 preview: str
54 agent_summary: Optional[str] = None
55 children: List["Section"] = field(default_factory=list)
56
57
58def strip_frontmatter(text: str) -> tuple[str, str]:

Callers 1

build_outlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected