MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / get_db

Function get_db

src/util.py:24–26  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

22 return os.path.abspath(os.path.join(path.parent.parent, d, f))
23
24def get_db(f):
25 path = Path(os.path.abspath(__file__))
26 return os.path.abspath(os.path.join(path.parent.parent, "db", f))
27
28def get_map(f):
29 path = Path(os.path.abspath(__file__))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected