generateFullName function exported ✓ 100.0%
Last updated: 2026-02-24T21:07:57.573Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Coverage: 100.0% (1/1 lines, 2x executed)
Signature
generateFullName(): : string
Summary
Generates a random Brazilian full name (first + last).
Source Code
export function generateFullName(): string {
return faker.person.fullName();
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| GeneratorFn | calls |