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

Function _isEnabled

src/atp/atpTaskPickup.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35const MAX_ANSWER_PROMPT_CHARS = 12000;
36
37function _isEnabled() {
38 const raw = (process.env.EVOLVER_ATP_PICKUP || 'on').toLowerCase().trim();
39 return raw !== 'off' && raw !== '0' && raw !== 'false';
40}
41
42function _ledgerPath() {
43 return path.join(getMemoryDir(), LEDGER_FILENAME);

Callers 1

pickOneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected