detectFields function exported
Last updated: 2026-03-05T23:41:17.531Z
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
detectFields(): : Promise<void>
Source Code
export async function detectFields(): Promise<void> {
await detectFieldsStreaming();
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| detectFieldsStreaming | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| toggleWatch | calls |
| renderFieldsTab | calls |