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

Class Core

packages/devtools-utils/src/svelte/panel.test.ts:9–15  ·  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
13 constructor(...args: Array<unknown>) {
14 construct(...args)
15 }
16 }
17 return { Core, construct, coreMount, coreUnmount }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected