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

Method getPluginsMap

packages/angular-devtools/src/devtools.ts:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 private getPluginsMap(): Array<TanStackDevtoolsPlugin> {
110 const plugins = this.plugins()
111 if (!plugins) return []
112
113 return plugins.map((plugin) => this.convertPlugin(plugin))
114 }
115
116 private convertPlugin(
117 plugin: TanStackDevtoolsAngularPlugin,

Callers 1

constructorMethod · 0.95

Calls 1

convertPluginMethod · 0.95

Tested by

no test coverage detected