MCPcopy
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

2import { layoutContext } from '@/context/layout-context/layout-context';
3
4export const useLayout = () => useContext(layoutContext);

Callers 15

EditorDesktopLayoutFunction · 0.90
EditorMobileLayoutFunction · 0.90
SidePanelFunction · 0.90
VisualsSectionFunction · 0.90
AreasTabFunction · 0.90
AreaListFunction · 0.90
NotesTabFunction · 0.90
NotesListFunction · 0.90
RefsSectionFunction · 0.90
RefsListFunction · 0.90
DependencyListItemHeaderFunction · 0.90
TablesSectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected