MCPcopy
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

2import { LayoutContext } from "../context/LayoutContext";
3
4export default function useLayout() {
5 return useContext(LayoutContext);
6}

Callers 15

FloatingControlsFunction · 0.90
WorkSpaceFunction · 0.90
ControlPanelFunction · 0.90
LayoutDropdownFunction · 0.90
SetTableWidthFunction · 0.90
RenameFunction · 0.90
VersionsFunction · 0.90
SidePanelFunction · 0.90
NotesTabFunction · 0.90
NoteInfoFunction · 0.90
AreaInfoFunction · 0.90
AreasTabFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected