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

Function eHelloConsole

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

Source from the content-addressed store, hash-verified

187 });
188
189 const eHelloConsole = () =>
190 effected(function* () {
191 yield* eHello().resume("emit", println);
192 });
193
194 const logs: unknown[][] = [];
195 eHelloConsole()

Callers 1

Calls 3

effectedFunction · 0.90
eHelloFunction · 0.85
resumeMethod · 0.65

Tested by

no test coverage detected