MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / setup

Function setup

scripts/utils/setup_utils.py:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def setup():
46 if os.path.exists(CACHESIM_PATH):
47 return
48
49 logger.info("cannot find {}, compiling...".format(CACHESIM_PATH))
50
51 install_dependency()
52 compile_cachesim()
53
54
55if not os.path.exists(BASEPATH):

Callers 1

setup_utils.pyFile · 0.85

Calls 2

install_dependencyFunction · 0.85
compile_cachesimFunction · 0.85

Tested by

no test coverage detected