Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drawdb-io/drawdb
/ useLayout
Function
useLayout
src/hooks/useLayout.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ LayoutContext } from
"../context/LayoutContext"
;
3
4
export
default
function
useLayout() {
5
return
useContext(LayoutContext);
6
}
Callers
15
FloatingControls
Function · 0.90
WorkSpace
Function · 0.90
ControlPanel
Function · 0.90
LayoutDropdown
Function · 0.90
SetTableWidth
Function · 0.90
Rename
Function · 0.90
Versions
Function · 0.90
SidePanel
Function · 0.90
NotesTab
Function · 0.90
NoteInfo
Function · 0.90
AreaInfo
Function · 0.90
AreasTab
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected