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