MCPcopy Create free account
hub / github.com/error311/FileRise / setCommand

Function setCommand

public/js/adminPanel.js:3339–3342  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

3337 };
3338
3339 const setCommand = (text) => {
3340 if (!commandEl) return;
3341 commandEl.textContent = String(text || '');
3342 };
3343
3344 const setTestOutput = (text) => {
3345 if (!testOutEl) return;

Callers 3

refreshSnippetPreviewFunction · 0.85
saveGatewayFunction · 0.85
initGatewaysSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected