MCPcopy Create free account
hub / github.com/danja/dogalog / handleSetCode

Function handleSetCode

src/app.js:227–227  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

225 };
226
227 const handleSetCode = (event) => applyCode(event.detail);
228 const handleRunQuery = (event) => queryRunner(event.detail);
229
230 window.addEventListener('dogalog:setCode', handleSetCode);

Callers

nothing calls this directly

Calls 1

applyCodeFunction · 0.85

Tested by

no test coverage detected