MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / timeout.test.ts

File timeout.test.ts

test/compute-engine/timeout.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ComputeEngine } from '../../src/compute-engine';
2import { CancellationError } from '../../src/common/interruptible';
3import { extrapolate } from '../../src/compute-engine/numerics/richardson';
4import { monteCarloEstimate } from '../../src/compute-engine/numerics/monte-carlo';

Callers

nothing calls this directly

Calls 15

extrapolateFunction · 0.90
monteCarloEstimateFunction · 0.90
defineFunction · 0.85
sinMethod · 0.80
evaluateMethod · 0.65
parseMethod · 0.65
evaluateAsyncMethod · 0.65
exprMethod · 0.65
functionMethod · 0.65
numberMethod · 0.65
NMethod · 0.65
simplifyMethod · 0.65

Tested by

no test coverage detected