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

Function getPost

js/main.js:2253–2255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2251 };
2252
2253 const getPost = function() {
2254 return post;
2255 }
2256
2257 const setPost = function(newPost) {
2258 post = newPost;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected