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

Function skipTo

debug-plugin/content-script.js:153–158  ·  view source on GitHub ↗
(toCmdIndex)

Source from the content-addressed store, hash-verified

151 };
152
153 const skipTo = function (toCmdIndex) {
154 const toCmd = cmdMap[toCmdIndex];
155 cmd = toCmd.cmd;
156 bus.dispatchEvent(new Event("skip"));
157 ui();
158 };
159
160 const rewrite = function (command, newCode) {
161 const parent = command.cmd.parent;

Callers

nothing calls this directly

Calls 1

uiFunction · 0.70

Tested by

no test coverage detected