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

Class

packages/devtools-utils/src/svelte/panel.test.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 const coreMount = vi.fn()
8 const coreUnmount = vi.fn()
9 const construct = vi.fn<(...args: Array<unknown>) => void>()
10 class Core {
11 mount = coreMount
12 unmount = coreUnmount

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected