Home / Function/ genValues() — bun Function Reference

genValues() — bun Function Reference

Architecture documentation for the genValues() function in set.js from the bun codebase.

Entity Profile

Relationship Graph

Source Code

bench/deepEqual/set.js lines 6–10

function* genValues(count) {
  for (let i = 0; i < SET_SIZE; i++) {
    yield "v" + i;
  }
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free