generateId function ✓ 100.0%
Last updated: 2026-02-24T21:07:57.500Z
Metrics
LOC: 3
Complexity: 1
Params: 0
Coverage: 100.0% (1/1 lines, 1x executed)
Signature
generateId(): : string
Source Code
function generateId(): string {
return `${Date.now()}-${Math.random().toString(36).slice(2, 9)}`;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| handleContentMessage | calls |
| loadRules | uses |
| addDatasetEntry | calls |
| importDatasetEntries | calls |