Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getSub
Function
getSub
packages/effect/test/Effect/query-repro.test.ts:27–31 ·
view source on GitHub ↗
(symbol: string)
Source
from the content-addressed store, hash-verified
25
}
26
27
const
getSub = (symbol: string) =>
28
Effect.all([
29
Effect.sleep(
"20 millis"
),
30
Svc.getIntraday(symbol)
31
], { concurrency: 2, batching: true })
32
33
const
getItems = getSub(
"test_1"
)
34
Callers
1
query-repro.test.ts
File · 0.85
Calls
1
sleep
Method · 0.65
Tested by
no test coverage detected