isWatcherActive function exported

Last updated: 2026-03-04T23:21:38.393Z

Metrics

LOC: 3 Complexity: 1 Params: 0

Signature

isWatcherActive(): : boolean

Summary

Returns whether the watcher is active

Source Code

export function isWatcherActive(): boolean {
  return isWatching;
}

No outgoing dependencies.

Impact (Incoming)

graph LR isWatcherActive["isWatcherActive"] FillableElement["FillableElement"] FillableElement -->|uses| isWatcherActive style isWatcherActive fill:#dbeafe,stroke:#2563eb,stroke-width:2px click isWatcherActive "c29ff5b3dc405300.html" click FillableElement "2ecf5aaac3f668a8.html"
SourceType
FillableElement uses