Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xAX/linux-insides
/ __fetch_raw__
Function
__fetch_raw__
scripts/check_code_snippets.py:21–23 ·
view source on GitHub ↗
(source: str)
Source
from the content-addressed store, hash-verified
19
return
base, start, end
20
21
def
__fetch_raw__(source: str) -> str:
22
r = requests.get(source, timeout=5.0)
23
return
r.text
24
25
def
__handle_md__(md: str, path: str):
26
in_code = False
Callers
1
__handle_md__
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected