Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TodePond/ScreenPond
/ setStart
Method
setStart
source/list.js:74–77 ·
view source on GitHub ↗
(link)
Source
from the content-addressed store, hash-verified
72
}
73
74
setStart(link) {
75
this.start = link;
76
link.previous = undefined;
77
}
78
}
79
80
const
makeLink = (item) => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected