Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartdb/chartdb
/ useLayout
Function
useLayout
src/hooks/use-layout.ts:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ layoutContext } from
'@/context/layout-context/layout-context'
;
3
4
export
const
useLayout = () => useContext(layoutContext);
Callers
15
EditorDesktopLayout
Function · 0.90
EditorMobileLayout
Function · 0.90
SidePanel
Function · 0.90
VisualsSection
Function · 0.90
AreasTab
Function · 0.90
AreaList
Function · 0.90
NotesTab
Function · 0.90
NotesList
Function · 0.90
RefsSection
Function · 0.90
RefsList
Function · 0.90
DependencyListItemHeader
Function · 0.90
TablesSection
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected