Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ BCD
Function
BCD
src/index.test.ts:255–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
254
it(
'accepts yield delegating to other generator function'
, () => {
255
function
* BCD() {
256
yield
'b'
;
257
yield
'c'
;
258
yield
'd'
;
259
return
{ bcd: true };
260
}
261
262
expect(
263
parse(
Callers
1
index.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected