MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / executionIdForTask

Function executionIdForTask

projects/openade-module/src/node.ts:83–85  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

81}
82
83function executionIdForTask(taskId: string): string {
84 return `headless-${taskId}-${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`
85}
86
87function taskIdForClientRequest(repoId: string, clientRequestId: string | undefined): string | undefined {
88 if (!clientRequestId) return undefined

Callers 3

startTurnFunction · 0.70
startReviewFunction · 0.70
startHyperPlanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected