MCPcopy Create free account
hub / github.com/Snapchat/Valdi / logAsConsole

Method logAsConsole

valdi/vscode_debugger/src/test/logger.ts:74–78  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

72 }
73
74 logAsConsole(text: string) {
75 if (!text) return;
76 if (text.endsWith('\n')) text = text.substring(0, text.length - 1);
77 this._log(text);
78 }
79
80 public logVariable(
81 rootVariable: Dap.Variable,

Callers 2

logVariableMethod · 0.95
logOutputMethod · 0.95

Calls 1

substringMethod · 0.80

Tested by

no test coverage detected