MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / varEvalExpression

Method varEvalExpression

src/backend/mi2/mi2.ts:842–846  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

840 }
841
842 async varEvalExpression(name: string): Promise<MINode> {
843 if (trace)
844 this.log("stderr", "varEvalExpression");
845 return this.sendCommand(`var-evaluate-expression ${this.quote(name)}`);
846 }
847
848 async varListChildren(name: string): Promise<VariableObject[]> {
849 if (trace)

Callers

nothing calls this directly

Calls 3

logMethod · 0.95
sendCommandMethod · 0.95
quoteMethod · 0.95

Tested by

no test coverage detected