MCPcopy Index your code
hub / github.com/coder/mux / getWorkflowStepKey

Function getWorkflowStepKey

src/node/services/workflows/WorkflowRunStore.ts:1097–1099  ·  view source on GitHub ↗
(step: WorkflowStepLookup)

Source from the content-addressed store, hash-verified

1095}
1096
1097function getWorkflowStepKey(step: WorkflowStepLookup): string {
1098 return `${step.stepId}\0${step.inputHash}`;
1099}
1100
1101function mergeWorkflowStepRecords(
1102 records: readonly WorkflowStepRecord[],

Callers 2

getStepsMethod · 0.85
mergeRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected