MCPcopy 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//========//
4export const makeScreen = (colour, corners) => {
5 return { colour, corners };
6};

Callers 11

getColourParentsFunction · 0.90
pickInScreenFunction · 0.90
placeScreenFunction · 0.90
replaceAddressFunction · 0.90
tryToSurroundScreensFunction · 0.90
hand.jsFile · 0.90
loadPresetFunction · 0.90
getDrawnScreenFromRouteFunction · 0.90
clearQueueFunction · 0.90
addChildrenToQueueFunction · 0.90
makeWorldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected