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

Function continueExec

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

Source from the content-addressed store, hash-verified

1function continueExec() {
2 evalInPage(
3 "globalThis._hyperscript.hdb && globalThis._hyperscript.hdb.continueExec()",
4 );
5}
6
7function skipTo(index) {
8 evalInPage(

Callers

nothing calls this directly

Calls 1

evalInPageFunction · 0.85

Tested by

no test coverage detected