MCPcopy Create free account
hub / github.com/effect-app/libs / tuple

Function tuple

packages/effect-app/src/Function.ts:7–9  ·  view source on GitHub ↗
(...t: T)

Source from the content-addressed store, hash-verified

5 * Construct tuples
6 */
7export function tuple<T extends ReadonlyArray<any>>(...t: T): Readonly<T> {
8 return t
9}
10
11/* eslint-disable @typescript-eslint/no-explicit-any */
12

Callers 14

runAllFunction · 0.90
runResultFunction · 0.90
runTermFunction · 0.90
runTermDiscardFunction · 0.90
runAFunction · 0.90
updateWithFunction · 0.90
updateWithEffectFunction · 0.90
partition_Function · 0.90
partitionMap_Function · 0.90
separateFunction · 0.90
setupFunction · 0.90
makeFunction · 0.90

Calls

no outgoing calls

Tested by 1

setupFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…