MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / log

Function log

devtools/modules/utils.js:3–7  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1// Utility functions module
2
3export function log(...args) {
4 if (window.__STREAM_PANEL_DEBUG__) {
5 console.log('[Stream Panel DevTools]', ...args);
6 }
7}
8
9export function escapeHtml(str) {
10 const div = document.createElement('div');

Callers 1

handleStreamEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected