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

Function propositionFor

test/compute-engine/verify.test.ts:221–224  ·  view source on GitHub ↗
(ce: ComputeEngine, label: string)

Source from the content-addressed store, hash-verified

219 ];
220
221 // The proposition actually asserted (chained assume needs its own source).
222 const propositionFor = (ce: ComputeEngine, label: string): any => {
223 if (label.startsWith('0 < x < 1')) return ce.parse('0 < x < 1');
224 return null;
225 };
226
227 for (const [label, build] of cases) {

Callers 1

verify.test.tsFile · 0.85

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected