Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastapi/fastapi
/ HeaderPermalinkInfo
Class
HeaderPermalinkInfo
scripts/doc_parsing_utils.py:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
HeaderPermalinkInfo(TypedDict):
43
line_no: int
44
hashes: str
45
title: str
46
permalink: str
47
48
49
class
MarkdownLinkInfo(TypedDict):
Callers
1
extract_header_permalinks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected