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

Function identity

repos/effect/packages/effect/src/Channel.ts:1268–1269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1266 * const channel = Channel.fromSubscriptionArray(subscription)
1267 *
1268 * // Publish some values
1269 * yield* PubSub.publish(pubsub, 1)
1270 * yield* PubSub.publish(pubsub, 2)
1271 * yield* PubSub.publish(pubsub, 3)
1272 * yield* PubSub.publish(pubsub, 4)

Callers 15

LayerMap.tsFile · 0.90
Pool.tsFile · 0.90
PersistedCache.tsFile · 0.90
Persistence.tsFile · 0.90
Redis.tsFile · 0.90
RateLimiter.tsFile · 0.90
RpcServer.tsFile · 0.90
EntityResource.tsFile · 0.90
Snowflake.tsFile · 0.90
entityManager.tsFile · 0.90
makeFunction · 0.85
makeFunction · 0.85

Calls 2

fromTransformFunction · 0.70
succeedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…