Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snowflyt/tinyeffect
/ ask
Function
ask
test/README.example.spec.ts:569–569 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
567
{
568
type
Ask<T> = Effect<
"ask"
, [], T>;
569
const
ask = <T>(): Effected<Ask<T>, T> => effect(
"ask"
)();
570
571
const
double = () =>
572
effected(
function
* () {
Callers
1
double
Function · 0.70
Calls
1
effect
Function · 0.90
Tested by
no test coverage detected