MCPcopy Create free account
hub / github.com/codeaashu/claude-code / removeWorkerResponse

Function removeWorkerResponse

src/utils/swarm/permissionSync.ts:570–576  ·  view source on GitHub ↗
(
  requestId: string,
  _agentName?: string,
  teamName?: string,
)

Source from the content-addressed store, hash-verified

568 * This is an alias for deleteResolvedPermission for backward compatibility
569 */
570export async function removeWorkerResponse(
571 requestId: string,
572 _agentName?: string,
573 teamName?: string,
574): Promise<void> {
575 await deleteResolvedPermission(requestId, teamName)
576}
577
578/**
579 * Check if the current agent is a team leader

Callers 1

useSwarmPermissionPollerFunction · 0.85

Calls 1

deleteResolvedPermissionFunction · 0.85

Tested by

no test coverage detected