Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ get_file_path
Function
get_file_path
tests/util.py:10–11 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
8
9
10
def
get_file_path(name):
11
return
os.path.join(ROOT,
"files"
, name)
12
13
14
def
read_file_path(name):
Callers
1
read_file_path
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…