MCPcopy Create free account
hub / github.com/buttplugio/buttplug / log

Function log

wasm/examples/basic/src/main.ts:20–24  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

18// ── Utilities ─────────────────────────────────────────────────────────────────
19
20function log(msg: string) {
21 const ts = new Date().toISOString().slice(11, 23);
22 logEl.textContent += `[${ts}] ${msg}\n`;
23 logEl.scrollTop = logEl.scrollHeight;
24}
25
26function clearChildren(el: Element) {
27 while (el.firstChild) {

Callers 2

renderDevicesFunction · 0.85
main.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected