()
| 71 | |
| 72 | const TINYBASE_CONTEXT = TINYBASE + '_uisc'; |
| 73 | const EMPTY_CONTEXT = () => [] as ContextValue; |
| 74 | const EMPTY_CONTEXT_VALUE = {value: EMPTY_CONTEXT}; |
| 75 | const GLOBAL_CONTEXT = GLOBAL as typeof GLOBAL & |
| 76 | Record< |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…