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

Function eHelloConsole2

test/koka-samples.spec.ts:204–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 const emitConsole2 = defineHandlerFor<Emit>().with((self) => self.resume("emit", println));
203
204 const eHelloConsole2 = () =>
205 effected(function* () {
206 yield* eHello().with(emitConsole2);
207 });
208
209 logs.length = 0;
210 eHelloConsole2()

Callers 1

Calls 3

effectedFunction · 0.90
eHelloFunction · 0.85
withMethod · 0.65

Tested by

no test coverage detected