MCPcopy Create free account
hub / github.com/EvoMap/evolver / buildValidationCmd

Function buildValidationCmd

src/gep/assetStore.js:125–128  ·  view source on GitHub ↗
(relModules)

Source from the content-addressed store, hash-verified

123// runValidations() executes with cwd=repoRoot, so require('./src/...')
124// resolves correctly without embedding machine-specific absolute paths.
125function buildValidationCmd(relModules) {
126 const paths = relModules.map(m => `./${m}`);
127 return `node scripts/validate-modules.js ${paths.join(' ')}`;
128}
129
130function getDefaultGenes() {
131 return {

Callers 1

getDefaultGenesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected