MCPcopy
hub / github.com/nukeop/nuclear / pluginStore.tsx

File pluginStore.tsx

packages/player/src/stores/pluginStore.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { produce } from 'immer';
2import { create } from 'zustand';
3
4import type { NuclearPlugin, PluginMetadata } from '@nuclearplayer/plugin-sdk';

Callers

nothing calls this directly

Calls 14

getRegistryEntryFunction · 0.90
upsertRegistryEntryFunction · 0.90
createPluginAPIFunction · 0.90
reportErrorFunction · 0.90
setRegistryEntryEnabledFunction · 0.90
removeRegistryEntryFunction · 0.90
loadPluginDataFunction · 0.85
requireInstanceFunction · 0.85
infoMethod · 0.80
loadMetadataMethod · 0.80
debugMethod · 0.80

Tested by

no test coverage detected