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

Method lookupDefinition

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

* Return definition matching the symbol, starting with the current * lexical scope and going up the scope chain.

(id: MathJsonSymbol)

Source from the content-addressed store, hash-verified

1170 epoch: currentBoxingEpoch(this),
1171 });
1172
1173 if (
1174 event.valueDef !== undefined &&
1175 event.from.isUnknown &&
1176 this._inferenceTxDepth > 0
1177 ) {

Callers 7

operatorInfoMethod · 0.95
symbolInfoMethod · 0.95
parseMethod · 0.95
appliedNonFunctionsMethod · 0.95
createScratchEngineFunction · 0.95
compileEntriesFunction · 0.95
shellOnlyNamesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected