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

Function get_map

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

Source from the content-addressed store, hash-verified

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__))
30 return os.path.abspath(os.path.join(path.parent.parent, "map", f))
31
32def get_images(f):
33 path = Path(os.path.abspath(__file__))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected