Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
179
export
function
getFocusManager(node: DOMElement): FocusManager {
180
return
getRootNode(node).focusManager!
181
}
182
Callers
2
commitMount
Function · 0.85
removeChildFromContainer
Function · 0.85
Calls
1
getRootNode
Function · 0.85
Tested by
no test coverage detected