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

Function evaluateExpression

debug-plugin/content-script.js:273–278  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

271 };
272
273 const evaluateExpression = function (input) {
274 consoleHistory.push(input);
275 const node = makeConsoleHistoryEntry(input);
276 renderedConsole += node;
277 hdbCounter++;
278 };
279
280 const prettyPrint = function (obj) {
281 if (obj == null) return "null";

Callers

nothing calls this directly

Calls 1

makeConsoleHistoryEntryFunction · 0.85

Tested by

no test coverage detected