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

Method constructor

packages/devtools-utils/src/solid/class.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69 class NoOpDevtoolsCore extends DevtoolsCore {
70 constructor() {
71 super()
72 }
73 async mount<T extends HTMLElement>(
74 _el: T,
75 _props: TanStackDevtoolsPluginProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected