MCPcopy Create free account
hub / github.com/Moli-X/Resources / icon_status

Function icon_status

Script/Surge_Panel.js:57–63  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

55}
56
57function icon_status(status){
58 if (status){
59 return "\u2611";
60 } else {
61 return "\u2612"
62 }
63}
64
65function httpAPI(path = "", method = "POST", body = null) {
66 return new Promise((resolve) => {

Callers 1

Surge_Panel.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected