Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
koka-samples.spec.ts
File · 0.85
Calls
3
effected
Function · 0.90
eHello
Function · 0.85
resume
Method · 0.65
Tested by
no test coverage detected