MCPcopy Create free account
hub / github.com/JKPotato-Computer/SignMaker / setPost

Function setPost

js/main.js:2257–2262  ·  view source on GitHub ↗
(newPost)

Source from the content-addressed store, hash-verified

2255 }
2256
2257 const setPost = function(newPost) {
2258 post = newPost;
2259 currentlySelectedPanelIndex = 0;
2260 updateForm();
2261 redraw();
2262 }
2263
2264 return {
2265 init: init,

Callers

nothing calls this directly

Calls 2

updateFormFunction · 0.70
redrawFunction · 0.70

Tested by

no test coverage detected