()
| 125 | return ctx as RenderInvokeContext; |
| 126 | }; |
| 127 | export const useContainerState = () => { |
| 128 | const ctx = useInvokeContext(); |
| 129 | return ctx.$renderCtx$.$static$.$containerState$; |
| 130 | }; |
| 131 | |
| 132 | export function useBindInvokeContext<FN extends (...args: any) => any>( |
| 133 | this: unknown, |
no test coverage detected
searching dependent graphs…