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

Function next

src/compute-engine/collection-utils.ts:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25import { CancellationError, checkDeadline } from '../common/interruptible.js';
26import {
27 Expression,
28 CollectionHandlers,
29 FunctionInterface,
30 Sign,
31} from './global-types.js';
32import type { MathJsonExpression } from '../math-json/types.js';
33import {
34 isFunction,

Callers 1

run_py.pyFile · 0.50

Calls 2

mapMethod · 0.65
nextMethod · 0.45

Tested by

no test coverage detected