MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / ui

Function ui

debug-plugin/content-script.js:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 };
191
192 const ui = function () {
193 renderedCode = renderCode();
194 hdbCounter++;
195 };
196
197 const renderCode = function () {
198 if (!cmd || !cmd.programSource) {

Callers 5

brkFunction · 0.70
continueExecFunction · 0.70
stepOverFunction · 0.70
stepOutFunction · 0.70
skipToFunction · 0.70

Calls 1

renderCodeFunction · 0.85

Tested by

no test coverage detected