Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boilerrat/awesome-decentralized-autonomous-organizations
/ functions
Functions
12 in github.com/boilerrat/awesome-decentralized-autonomous-organizations
⨍
Functions
12
◇
Types & classes
0
↓ 4 callers
Function
norm_url
(url: str)
link_checker/linkcheck.py:73
↓ 2 callers
Function
detect_text
(path: Path)
link_checker/linkcheck.py:65
↓ 2 callers
Function
group_by_section
(entries)
link_checker/linkcheck.py:174
↓ 2 callers
Function
write_markdown
(path: Path, title: str, grouped: Dict[str, List[Tuple[str, str]]])
link_checker/linkcheck.py:181
↓ 1 callers
Function
check_all
(urls: List[str])
link_checker/linkcheck.py:161
↓ 1 callers
Function
check_one
(semaphore: asyncio.Semaphore, session: aiohttp.ClientSession, url: str)
link_checker/linkcheck.py:144
↓ 1 callers
Function
domain_of
(url: str)
link_checker/linkcheck.py:80
↓ 1 callers
Function
extract_links
Return list of tuples: (text, url, heading_path) heading_path is a list like ["Wallets", "Multisig"]
link_checker/linkcheck.py:87
↓ 1 callers
Function
fetch_status
(session: aiohttp.ClientSession, url: str)
link_checker/linkcheck.py:129
↓ 1 callers
Function
main
()
link_checker/linkcheck.py:231
↓ 1 callers
Function
rebuild_from_original
Recreate the list structure while dropping broken links. Preserves headings and non-link text lines. Removes lines that contain only a br
link_checker/linkcheck.py:192
↓ 1 callers
Function
walk_markdown
(root: Path)
link_checker/linkcheck.py:70