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

Method add

packages/infra/src/routing.ts:47–47  ·  view source on GitHub ↗
(
    a: A
  )

Source from the content-addressed store, hash-verified

45export interface AddAction<Actions extends AnyRequestModule, Accum extends Record<string, any> = {}> {
46 accum: Accum
47 add<A extends Handler<Actions, any, any>>(
48 a: A
49 ): A extends Handler<infer M extends AnyRequestModule, any, any> ? Exclude<Actions, M> extends never ?
50 & Accum

Callers 15

effectFunction · 0.65
SQLiteStoreLayerFunction · 0.65
computeProjectionValueFunction · 0.65
intersection_Function · 0.65
map_Function · 0.65
chain_Function · 0.65
filter_Function · 0.65
partition_Function · 0.65
partitionMap_Function · 0.65
insert_Function · 0.65
fromArrayFunction · 0.65
separateFunction · 0.65

Calls

no outgoing calls

Tested by 2

effectFunction · 0.52
runInvalidationMatrixFunction · 0.52