MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / doesStepUseCompletionSignal

Function doesStepUseCompletionSignal

background.js:4437–4439  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

4435}
4436
4437function doesStepUseCompletionSignal(step) {
4438 return STEP_COMPLETION_SIGNAL_STEPS.has(step);
4439}
4440
4441function notifyStepComplete(step, payload) {
4442 const waiter = stepWaiters.get(step);

Callers 3

executeStepFunction · 0.85
executeStepAndWaitFunction · 0.85
handleMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected