()
| 206 | // Stable no-ops for the disabled path so useSyncExternalStore doesn't |
| 207 | // churn its subscription on every render. |
| 208 | const NOOP = (): void => {} |
| 209 | const NOOP_SUBSCRIBE = (): (() => void) => NOOP |
| 210 | const NOOP_SNAPSHOT = (): undefined => undefined |
| 211 |
nothing calls this directly
no outgoing calls
no test coverage detected