MCPcopy Create free account
hub / github.com/TodePond/ScreenPond / addStep

Function addStep

source/route.js:14–17  ·  view source on GitHub ↗
(route, number)

Source from the content-addressed store, hash-verified

12};
13
14export const addStep = (route, number) => {
15 route.steps.push(number);
16 route.length++;
17};
18
19export const popStep = (route) => {
20 if (!route.steps.isEmpty) {

Callers 2

moveAddressToBackFunction · 0.90
pickInScreenFunction · 0.90

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected