Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import { produce } from
'immer'
;
2
import { create } from
'zustand'
;
3
4
import type { NuclearPlugin, PluginMetadata } from
'@nuclearplayer/plugin-sdk'
;
Callers
nothing calls this directly
Calls
14
getRegistryEntry
Function · 0.90
upsertRegistryEntry
Function · 0.90
createPluginAPI
Function · 0.90
reportError
Function · 0.90
setRegistryEntryEnabled
Function · 0.90
removeManagedPluginInstall
Function · 0.90
removeRegistryEntry
Function · 0.90
loadPluginData
Function · 0.85
requireInstance
Function · 0.85
info
Method · 0.80
loadMetadata
Method · 0.80
debug
Method · 0.80
Tested by
no test coverage detected