Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
class
MarkdownChapter:
62
title: str
63
depth: int
64
contents: str
65
66
67
def
find_markdown_chapters(markdown_dir: Path) -> list[Path]:
Callers
1
find_markdown_chapters
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected