MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / MarkdownChapter

Class MarkdownChapter

build_ebook.py:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60@dataclass
61class MarkdownChapter:
62 title: str
63 depth: int
64 contents: str
65
66
67def find_markdown_chapters(markdown_dir: Path) -> list[Path]:

Callers 1

find_markdown_chaptersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected