()
| 208 | const NOOP = (): void => {} |
| 209 | const NOOP_SUBSCRIBE = (): (() => void) => NOOP |
| 210 | const NOOP_SNAPSHOT = (): undefined => undefined |
| 211 | |
| 212 | /** |
| 213 | * Hook to get the current task list for the persistent UI display. |
nothing calls this directly
no outgoing calls
no test coverage detected