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

Function hasDef

src/compute-engine/assume.ts:1163–1165  ·  view source on GitHub ↗
(ce: ComputeEngine, s: string)

Source from the content-addressed store, hash-verified

1161 if (refineSymbolType(ce, symbol, 'real', cause) === 'contradiction')
1162 return 'contradiction';
1163 }
1164 // ...fall through to store the membership fact
1165 }
1166
1167 // 6. Inert/unknown set: store a membership fact (design §4.1 — this used
1168 // to throw "Invalid domain")

Callers 2

refineSymbolTypeFunction · 0.85
undefinedIdentifiersFunction · 0.85

Calls 1

lookupDefinitionMethod · 0.65

Tested by

no test coverage detected