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

Function order

src/compute-engine/function-utils.ts:66–79  ·  view source on GitHub ↗
(
  _expr: Expression
)

Source from the content-addressed store, hash-verified

64 type MemoDeps,
65} from './boxed-expression/collection-element-memo.js';
66import { isPureComputedEffects } from '../common/type/effects.js';
67import type { FunctionSignature, Type } from '../common/type/types.js';
68import { parseType } from '../common/type/parse.js';
69import { isPolymorphicType } from '../common/type/instantiate.js';
70import {
71 GENERIC_ANNOTATION_COVERAGE_MESSAGE,
72 GENERIC_PARTIAL_APPLICATION_MESSAGE,
73 INVALID_SIGNATURE_MARKER_MESSAGE,
74 TYPE_VARIABLE_INTRODUCTION_MESSAGE,
75} from './boxed-expression/type-compatibility-error.js';
76import { substituteDeclaredBounds } from './boxed-expression/generic-instantiation.js';
77import { isSubtype } from '../common/type/subtype.js';
78import { typeToString } from '../common/type/serialize.js';
79import {
80 isGroupedTypeText,
81 returnTypeText,
82 signatureEffects,

Callers

nothing calls this directly

Calls 1

cmpFunction · 0.90

Tested by

no test coverage detected