setFillingInProgress function exported
Last updated: 2026-03-04T23:21:38.393Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
setFillingInProgress(value: boolean): : void
Summary
Marks that filling is in progress (to avoid self-triggering)
Source Code
export function setFillingInProgress(value: boolean): void {
isFillingInProgress = value;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| setNativeValue | uses |
| fillAllFields | calls |
| fillContextualAI | calls |