Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ nodeFocusWithin
Method
nodeFocusWithin
frontend/app/store/focusManager.ts:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
nodeFocusWithin(): boolean {
61
return
focusedBlockId() != null;
62
}
63
64
requestNodeFocus(): void {
65
globalStore.set(this.focusType,
"node"
);
Callers
nothing calls this directly
Calls
1
focusedBlockId
Function · 0.90
Tested by
no test coverage detected