generateCountry function exported ✓ 100.0%
Last updated: 2026-02-25T14:02:03.591Z
Location
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)
| Source | Type |
|---|---|
| GeneratorFn | calls |