MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getFocusManager

Function getFocusManager

src/ink/focus.ts:179–181  ·  view source on GitHub ↗
(node: DOMElement)

Source from the content-addressed store, hash-verified

177 * Like browser's `node.ownerDocument` — focus belongs to the root.
178 */
179export function getFocusManager(node: DOMElement): FocusManager {
180 return getRootNode(node).focusManager!
181}
182

Callers 2

commitMountFunction · 0.85
removeChildFromContainerFunction · 0.85

Calls 1

getRootNodeFunction · 0.85

Tested by

no test coverage detected