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

Function eHello

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

Source from the content-addressed store, hash-verified

181
182test("3.4.4. Abstracting Handlers", () => {
183 const eHello = () =>
184 effected(function* () {
185 yield* emit("hello");
186 yield* emit("world");
187 });
188
189 const eHelloConsole = () =>
190 effected(function* () {

Callers 2

eHelloConsoleFunction · 0.85
eHelloConsole2Function · 0.85

Calls 1

effectedFunction · 0.90

Tested by

no test coverage detected