MCPcopy
hub / github.com/Zizzamia/perfume.js / getStepsFromNavigation

Function getStepsFromNavigation

src/steps/steps.ts:66–69  ·  view source on GitHub ↗
(navIndex: number)

Source from the content-addressed store, hash-verified

64export const getNavigationState = () => steps.navigationSteps
65
66export const getStepsFromNavigation = (navIndex: number) => {
67 const navigationSteps = getNavigationState();
68 return navigationSteps[navIndex] ?? {};
69}

Callers 3

recordStartMarkFunction · 0.90
recordEndMarkFunction · 0.90

Calls 1

getNavigationStateFunction · 0.85

Tested by

no test coverage detected