MCPcopy
hub / github.com/chartdb/chartdb / useChartDB

Function useChartDB

src/hooks/use-chartdb.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { useContext } from 'react';
3
4export const useChartDB = () => useContext(chartDBContext);

Callers 15

EditorPageComponentFunction · 0.90
useDiagramLoaderFunction · 0.90
SidePanelFunction · 0.90
AreasTabFunction · 0.90
AreaListFunction · 0.90
area-list-item.tsxFile · 0.90
NotesTabFunction · 0.90
NotesListFunction · 0.90
note-list-item.tsxFile · 0.90
TableDBMLFunction · 0.90
RefsSectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected