MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / setStatus

Function setStatus

extension/options.js:19–23  ·  view source on GitHub ↗
(message, isError = false)

Source from the content-addressed store, hash-verified

17}
18
19function setStatus(message, isError = false) {
20 const status = $("status");
21 status.textContent = message;
22 status.style.color = isError ? "#b91c1c" : "#065f46";
23}
24
25function isValidWsUrl(value) {
26 try {

Callers 1

saveSettingsFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected