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

Function makeLink

source/list.js:80–85  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

78}
79
80const makeLink = (item) => {
81 const previous = undefined;
82 const next = undefined;
83 const link = { item, previous, next };
84 return link;
85};

Callers 1

pushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected