MCPcopy Create free account
hub / github.com/cursor/plugins / mergeWorkerSlice

Function mergeWorkerSlice

orchestrate/skills/orchestrate/scripts/core/branches.ts:10–13  ·  view source on GitHub ↗
(taskName: string)

Source from the content-addressed store, hash-verified

8}
9
10export function mergeWorkerSlice(taskName: string): string | null {
11 const match = /^merge-(.+)$/.exec(taskName);
12 return match?.[1] ?? null;
13}
14
15export function mergeWorkerTargetBranch(
16 plan: Pick<Plan, "rootSlug">,

Callers 3

renderMergeDisciplineFunction · 0.90
mergeWorkerTargetBranchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected