MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/context/overlayContext.tsx:119–121  ·  view source on GitHub ↗

* Hook to check if any overlay is currently active. * This is reactive - the component will re-render when the overlay state changes. * * @returns true if any overlay is currently active * * @example * function CancelRequestHandler() { * const isOverlayActive = useIsOverlayActive() * con

()

Source from the content-addressed store, hash-verified

117 * }
118 */
119function _temp() {
120 return instances.get(process.stdout)?.invalidatePrevFrame();
121}
122export function useIsOverlayActive() {
123 return useAppState(_temp2);
124}

Callers

nothing calls this directly

Calls 2

invalidatePrevFrameMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected