MCPcopy
hub / github.com/Doorman11991/smallcode / activate

Method activate

src/session/plan_tracker.js:147–149  ·  view source on GitHub ↗

Activate plan mode for this run. Caller decides via shouldPlan().

()

Source from the content-addressed store, hash-verified

145
146 /** Activate plan mode for this run. Caller decides via shouldPlan(). */
147 activate() {
148 this.shouldInject = true;
149 }
150
151 /** Returns true if plan-mode is on but no plan extracted yet. */
152 needsPlan() {

Callers 4

contract.test.jsFile · 0.45
executeContractToolFunction · 0.45
runAgentLoopFunction · 0.45
commands.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected