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

Method map

packages/effect-app/src/builtin.ts:30–30  ·  view source on GitHub ↗
(
      callbackfn: (value: T, index: number, array: T[]) => U,
      thisArg?: any
    )

Source from the content-addressed store, hash-verified

28 // foreign code like `(readonly A[] | readonly B[]).map(...)`. A single
29 // conditional-return signature refines NonEmpty without a `this` param.
30 map<U>(
31 callbackfn: (value: T, index: number, array: T[]) => U,
32 thisArg?: any
33 ): this extends NonEmptyArray<any> ? NonEmptyArray<U> : U[]

Callers 15

makeConfigFunction · 0.65
query.test.tsFile · 0.65
runCFFunction · 0.65
sql-store.test.tsFile · 0.65
effectFunction · 0.65
rawQuery.test.tsFile · 0.65

Implementers 4

Getterrepos/effect/packages/effect/src/Schem
ReadonlyRefImplrepos/effect/packages/effect/src/unsta
MapRefImplrepos/effect/packages/effect/src/unsta
PropRefImplrepos/effect/packages/effect/src/unsta

Calls

no outgoing calls

Tested by 15

runCFFunction · 0.52
effectFunction · 0.52
effectFunction · 0.52
invalidatedByFunction · 0.52
effectFunction · 0.52
setupFunction · 0.52
runFunction · 0.52
constructorMethod · 0.52