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

Function skipTo

debug-plugin/panel.js:7–13  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

5}
6
7function skipTo(index) {
8 evalInPage(
9 "globalThis._hyperscript.hdb && globalThis._hyperscript.hdb.skipTo(" +
10 index +
11 ")",
12 );
13}
14
15function stepOver() {
16 evalInPage(

Callers

nothing calls this directly

Calls 1

evalInPageFunction · 0.85

Tested by

no test coverage detected