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

Function stepOver

debug-plugin/panel.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15function stepOver() {
16 evalInPage(
17 "globalThis._hyperscript.hdb && globalThis._hyperscript.hdb.stepOver()",
18 );
19}
20
21function evaluateExpression(expr) {
22 evalInPage(

Callers

nothing calls this directly

Calls 1

evalInPageFunction · 0.85

Tested by

no test coverage detected