MCPcopy Create free account
hub / github.com/Snowflyt/tinyeffect / tap

Method tap

src/effected.ts:2368–2368  ·  view source on GitHub ↗
(
    handler: (value: R) => void | Generator<F, void, unknown> | Effected<F, void>,
  )

Source from the content-addressed store, hash-verified

2366 ): EffectedDraft<P, E | F, S>;
2367
2368 tap<F extends Effect = never>(
2369 handler: (value: R) => void | Generator<F, void, unknown> | Effected<F, void>,
2370 ): EffectedDraft<P, E | F, R>;
2371

Callers 12

effected.spec.tsFile · 0.65
withLogFunction · 0.65
recordTimeFunction · 0.65
createUserFunction · 0.65
withLogFunction · 0.65
submitOrderPipeFunction · 0.65
createUser1Function · 0.65
createUser2Function · 0.65
withLogFunction · 0.65
submitOrder2Function · 0.65

Implementers 1

Effectedsrc/effected.ts

Calls

no outgoing calls

Tested by 5

withLogFunction · 0.52
recordTimeFunction · 0.52
createUserFunction · 0.52
withLogFunction · 0.52
submitOrderPipeFunction · 0.52