MCPcopy Create free account
hub / github.com/TanStack/devtools / Capture

Function Capture

packages/devtools/src/tabs/settings-tab.test.tsx:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16const renderSettingsTab = (config?: Partial<TanStackDevtoolsConfig>) => {
17 let setSettings!: (s: Partial<DevtoolsStore['settings']>) => void
18
19 const Capture = () => {
20 setSettings = createDevtoolsSettings().setSettings
21 return <SettingsTab />
22 }
23
24 const result = render(() => (

Callers

nothing calls this directly

Calls 1

createDevtoolsSettingsFunction · 0.90

Tested by

no test coverage detected