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

Function getAllPluginMetadata

packages/devtools/src/tabs/plugin-registry.ts:311–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 * Get all registered plugin metadata
310 */
311export function getAllPluginMetadata(): Array<PluginMetadata> {
312 return Object.values(PLUGIN_REGISTRY)
313}

Callers 1

buildPluginCardsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected