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

Function getLogsDir

src/gep/paths.js:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165function getLogsDir() {
166 return process.env.EVOLVER_LOGS_DIR || path.join(getWorkspaceRoot(), 'logs');
167}
168
169function getEvolverLogPath() {
170 return path.join(getLogsDir(), 'evolver_loop.log');

Callers 2

paths.test.jsFile · 0.85
getEvolverLogPathFunction · 0.85

Calls 1

getWorkspaceRootFunction · 0.85

Tested by

no test coverage detected