Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
function
getLogsDir() {
166
return
process.env.EVOLVER_LOGS_DIR || path.join(getWorkspaceRoot(),
'logs'
);
167
}
168
169
function
getEvolverLogPath() {
170
return
path.join(getLogsDir(),
'evolver_loop.log'
);
Callers
2
paths.test.js
File · 0.85
getEvolverLogPath
Function · 0.85
Calls
1
getWorkspaceRoot
Function · 0.85
Tested by
no test coverage detected