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

Method varUpdate

src/backend/mi2/mi2.ts:858–862  ·  view source on GitHub ↗
(name: string = "*")

Source from the content-addressed store, hash-verified

856 }
857
858 async varUpdate(name: string = "*"): Promise<MINode> {
859 if (trace)
860 this.log("stderr", "varUpdate");
861 return this.sendCommand(`var-update --all-values ${this.quote(name)}`);
862 }
863
864 async varAssign(name: string, rawValue: string): Promise<MINode> {
865 if (trace)

Callers 1

variablesRequestMethod · 0.80

Calls 3

logMethod · 0.95
sendCommandMethod · 0.95
quoteMethod · 0.95

Tested by

no test coverage detected