Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
const
addStep = (route, number) => {
15
route.steps.push(number);
16
route.length++;
17
};
18
19
export
const
popStep = (route) => {
20
if
(!route.steps.isEmpty) {
Callers
2
moveAddressToBack
Function · 0.90
pickInScreen
Function · 0.90
Calls
1
push
Method · 0.80
Tested by
no test coverage detected