MCPcopy
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
10def get_file_path(name):
11 return os.path.join(ROOT, "files", name)
12
13
14def read_file_path(name):

Callers 1

read_file_pathFunction · 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…