Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TodePond/ScreenPond
/ makeScreen
Function
makeScreen
source/screen.js:4–6 ·
view source on GitHub ↗
(colour, corners)
Source
from the content-addressed store, hash-verified
2
// SCREEN //
3
//========//
4
export
const
makeScreen = (colour, corners) => {
5
return
{ colour, corners };
6
};
Callers
11
getColourParents
Function · 0.90
pickInScreen
Function · 0.90
placeScreen
Function · 0.90
replaceAddress
Function · 0.90
tryToSurroundScreens
Function · 0.90
hand.js
File · 0.90
loadPreset
Function · 0.90
getDrawnScreenFromRoute
Function · 0.90
clearQueue
Function · 0.90
addChildrenToQueue
Function · 0.90
makeWorld
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected