generateCountry function exported ✓ 100.0%

Last updated: 2026-02-25T14:02:03.591Z

Metrics

LOC: 3 Complexity: 1 Params: 0 Coverage: 100.0% (1/1 lines, 1x executed)

Signature

generateCountry(): : string

Summary

Generates a random country name.

Source Code

export function generateCountry(): string {
  return faker.location.country();
}

No outgoing dependencies.

Impact (Incoming)

graph LR generateCountry["generateCountry"] GeneratorFn["GeneratorFn"] GeneratorFn -->|calls| generateCountry style generateCountry fill:#dbeafe,stroke:#2563eb,stroke-width:2px click generateCountry "f25a959393567b8e.html" click GeneratorFn "07e2c388ba1ac3f3.html"
SourceType
GeneratorFn calls