MCPcopy Index your code
hub / github.com/codeErrorSleep/dbpaw / UseQueryEditorParams

Interface UseQueryEditorParams

src/hooks/useQueryEditor.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const DEFAULT_SQL = "";
18
19interface UseQueryEditorParams {
20 tabs: TabItem[];
21 setTabs: React.Dispatch<React.SetStateAction<TabItem[]>>;
22 setActiveTab: React.Dispatch<React.SetStateAction<string>>;
23 setQueriesLastUpdated: React.Dispatch<React.SetStateAction<number>>;
24 t: (key: string, options?: any) => string;
25}
26
27export function useQueryEditor({
28 tabs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected