MCPcopy Create free account
hub / github.com/freecodexyz/free-code / onUserInteraction

Function onUserInteraction

src/utils/swarm/inProcessRunner.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 ? { name: identity.agentName, color: identity.color }
236 : undefined,
237 onUserInteraction() {
238 // No-op for teammates (no classifier auto-approval)
239 },
240 onAbort() {
241 if (decisionMade) return
242 decisionMade = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected