MCPcopy Create free account
hub / github.com/developit/microbundle / idMaker

Function idMaker

test/fixtures/modern-generators/src/two.js:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function* idMaker() {
2 let index = 0;
3 while (true) yield index++;
4}

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…