Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/talebook/talebook
/ get
Function
get
tools/spider.py:34–37 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
32
33
34
def
get(path):
35
if
not path.startswith(
"/"
):
36
path =
"/"
+ path
37
return
s.get(site + path, headers=headers, timeout=60)
38
39
40
def
download(path, name):
Callers
3
download
Function · 0.70
visit_thread
Function · 0.70
visit_board
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected