MCPcopy Create free account
hub / github.com/culvertsoft/mgen / mgen_compile

Function mgen_compile

buildimpl.py:30–32  ·  view source on GitHub ↗
(workingDir, project, outPath, plug_paths = None)

Source from the content-addressed store, hash-verified

28]
29
30def mgen_compile(workingDir, project, outPath, plug_paths = None):
31 if not plug_paths: plug_paths = pluginPaths
32 check_call(mgen_cmd + project + ' plugin_paths="' + plug_paths + '" output_path="' + outPath + '" use_env_vars="false"', cwd=workingDir, shell=True)
33
34def getCommitDateString():
35 return os.popen("git show -s --format=%ci").read().rstrip()

Callers 2

prepareNormalTestSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected