MCPcopy Create free account
hub / github.com/datalust/seq-logging / setStatus

Function setStatus

example/browser/src/status.js:9–14  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

7let next = null;
8
9const setStatus = (message) => {
10 const status = document.getElementById('status');
11
12 status.innerText = message;
13 status.focus();
14}
15
16export default (message) => {
17 // If we haven't set the status message then set it immediately

Callers 1

status.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected