Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TodePond/ScreenPond
/ makeColour
Function
makeColour
source/colour.js:30–35 ·
view source on GitHub ↗
(hex)
Source
from the content-addressed store, hash-verified
28
};
29
30
export
const
makeColour = (hex) => {
31
const
screens = [];
32
const
parentNumber = 0;
33
const
colour = { hex, screens, parentNumber };
34
return
colour;
35
};
36
37
//=========//
38
// SCREENS //
Callers
1
makeColours
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected