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

Function continueExec

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

Source from the content-addressed store, hash-verified

105 };
106
107 const continueExec = function () {
108 bus.dispatchEvent(new Event("continue"));
109 ui();
110 };
111
112 const stepOver = function () {
113 if (!cmd) return continueExec();

Callers 2

stepOverFunction · 0.70
stepOutFunction · 0.70

Calls 1

uiFunction · 0.70

Tested by

no test coverage detected