MCPcopy
hub / github.com/lebab/lebab / getVariables

Method getVariables

src/scope/Scope.js:34–36  ·  view source on GitHub ↗

* Returns all variables registered in this scope. * @return {Variable[]}

()

Source from the content-addressed store, hash-verified

32 * @return {Variable[]}
33 */
34 getVariables() {
35 return flatten(values(this.vars));
36 }
37}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected