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

Function getStepSortKey

src/node/services/devToolsService.ts:70–72  ·  view source on GitHub ↗
(step: DevToolsStep)

Source from the content-addressed store, hash-verified

68}
69
70function getStepSortKey(step: DevToolsStep): string {
71 return `${String(step.stepNumber).padStart(8, "0")}:${step.startedAt}:${step.id}`;
72}
73
74function applyStepBackwardCompatibilityDefaults(step: DevToolsStep): DevToolsStep {
75 return {

Callers 2

getRunWithStepsMethod · 0.85
buildRunSummaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected