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

Function makeCommandWidget

debug-plugin/content-script.js:249–257  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

247 };
248
249 const makeCommandWidget = function (i) {
250 let html =
251 '<span data-cmd="' +
252 i +
253 '"><button class="skip" data-cmd="' +
254 i +
255 '">&rdca;</button></span>';
256 return html;
257 };
258
259 const makeConsoleHistoryEntry = function (input, output) {
260 if (!output) {

Callers 1

renderCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected