MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / popScope

Method popScope

src/compute-engine/index.ts:1269–1271  ·  view source on GitHub ↗

* Remove the most recent scope from the scope stack.

()

Source from the content-addressed store, hash-verified

1267 this._noteStateEvent({ kind: 'config' });
1268 }
1269
1270 private _jit: 'auto' | 'off' = 'auto';
1271
1272 /**
1273 * Return symbol tables suitable for the specified categories, or `"all"`
1274 * for all categories (`"arithmetic"`, `"algebra"`, etc...).

Callers 2

normalizeIdentifierMethod · 0.95
buildSolveRulesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected