(plugin: LoadedPlugin)
| 42 | * Exists so there's exactly one place to change if the key format ever drifts. |
| 43 | */ |
| 44 | export function getPluginStorageId(plugin: LoadedPlugin): string { |
| 45 | return plugin.source |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Load saved option values for a plugin, merging non-sensitive (from settings) |
no outgoing calls
no test coverage detected