(t0)
| 21 | children: React.ReactNode; |
| 22 | }; |
| 23 | export function VoiceProvider(t0) { |
| 24 | const $ = _c(3); |
| 25 | const { |
| 26 | children |
| 27 | } = t0; |
| 28 | const [store] = useState(_temp); |
| 29 | let t1; |
| 30 | if ($[0] !== children || $[1] !== store) { |
| 31 | t1 = <VoiceContext.Provider value={store}>{children}</VoiceContext.Provider>; |
| 32 | $[0] = children; |
| 33 | $[1] = store; |
| 34 | $[2] = t1; |
| 35 | } else { |
| 36 | t1 = $[2]; |
| 37 | } |
| 38 | return t1; |
| 39 | } |
| 40 | function _temp() { |
| 41 | return createStore(DEFAULT_STATE); |
| 42 | } |
nothing calls this directly
no outgoing calls
no test coverage detected