MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / pluginReferenceKey

Function pluginReferenceKey

src/utils/plugin-display.ts:51–53  ·  view source on GitHub ↗
(plugin: PluginSpec)

Source from the content-addressed store, hash-verified

49
50/** Stable key for a plugin reference (coordinates only). */
51export function pluginReferenceKey(plugin: PluginSpec): string {
52 return [plugin.source, plugin.ref ?? "", plugin.repo_path ?? ""].join(" ");
53}

Callers 2

PluginsModalFunction · 0.90
useCreateConversationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected