MCPcopy
hub / github.com/drawdb-io/drawdb / useTypes

Function useTypes

src/hooks/useTypes.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 13

WorkSpaceFunction · 0.90
ControlPanelFunction · 0.90
ModalFunction · 0.90
ShareFunction · 0.90
ImportDiagramFunction · 0.90
VersionsFunction · 0.90
SidePanelFunction · 0.90
IssuesFunction · 0.90
TypeInfoFunction · 0.90
TypeFieldFunction · 0.90
TypesTabFunction · 0.90
SearchbarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected