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

Function setTestOutput

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

Source from the content-addressed store, hash-verified

3342 };
3343
3344 const setTestOutput = (text) => {
3345 if (!testOutEl) return;
3346 testOutEl.textContent = String(text || '');
3347 };
3348
3349 const selectedSnippetKind = () => {
3350 return String(snippetTypeEl?.value || 'command');

Callers 5

fillFormFunction · 0.85
runGatewayTestFunction · 0.85
saveGatewayFunction · 0.85
deleteGatewayFunction · 0.85
initGatewaysSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected