MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / pluginCatalogSnapshot

Method pluginCatalogSnapshot

internal/ui/components/app.go:466–468  ·  view source on GitHub ↗

pluginCatalogSnapshot returns a copy of the stored plugin catalog.

()

Source from the content-addressed store, hash-verified

464
465// pluginCatalogSnapshot returns a copy of the stored plugin catalog.
466func (a *App) pluginCatalogSnapshot() []PluginInfo {
467 return append([]PluginInfo(nil), a.pluginCatalog...)
468}
469
470// InitializePlugins wires the provided plugins into the application lifecycle.
471func (a *App) InitializePlugins(ctx context.Context, plugins []Plugin) error {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected