()
| 140 | * Returns an empty object if loadFlaggedPlugins() has not been called yet. |
| 141 | */ |
| 142 | export function getFlaggedPlugins(): Record<string, FlaggedPlugin> { |
| 143 | return cache ?? {} |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * Add a plugin to the flagged list. |
no outgoing calls
no test coverage detected