()
| 13 | |
| 14 | /** @returns {RenderContext} */ |
| 15 | export function get_render_context() { |
| 16 | const store = context ?? als?.getStore(); |
| 17 | |
| 18 | if (!store) { |
| 19 | e.server_context_required(); |
| 20 | } |
| 21 | |
| 22 | return store; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * @template T |
no outgoing calls
no test coverage detected