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

Function convertInfiniteSetToLimits

src/compute-engine/library/utils.ts:28–43  ·  view source on GitHub ↗
(
  domainSymbol: string
)

Source from the content-addressed store, hash-verified

26import { isSubtype } from '../../common/type/subtype.js';
27import {
28 EXTENDED_REAL_TYPE,
29 INDEXED_COLLECTION_SHAPE_TYPE,
30} from '../../common/type/primitive.js';
31import { MAX_ITERATION } from '../numerics/numeric.js';
32import { extrapolate } from '../numerics/richardson.js';
33import {
34 reduceCollection,
35 enumerationDeclinedAfterWalk,
36} from './collections.js';
37import { extractFiniteDomainWithReason } from './logic-analysis.js';
38import {
39 isPossiblyCollectionTyped,
40 isTupleShapedType,
41 isValuelessCollectionTyped,
42 unionMayHoldACollection,
43} from '../collection-utils.js';
44
45/** The element descriptors of a tuple or list literal, or the child
46 * descriptors of an application; `undefined` for a symbol, a literal or a

Callers 2

classifyBigopDomainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected