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

Function logCommand

debug-plugin/content-script.js:186–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 };
185
186 const logCommand = function () {
187 const hasSource = cmd.sourceFor instanceof Function;
188 const cmdSource = hasSource ? cmd.sourceFor() : "-- " + cmd.type;
189 console.log("[hdb] current command: " + cmdSource);
190 };
191
192 const ui = function () {
193 renderedCode = renderCode();

Callers 2

stepOverFunction · 0.85
stepOutFunction · 0.85

Calls 1

sourceForMethod · 0.45

Tested by

no test coverage detected