( settings: Record<string, unknown> | undefined, )
| 70 | } |
| 71 | |
| 72 | export function setPluginSettingsBase( |
| 73 | settings: Record<string, unknown> | undefined, |
| 74 | ): void { |
| 75 | pluginSettingsBase = settings |
| 76 | } |
| 77 | |
| 78 | export function clearPluginSettingsBase(): void { |
| 79 | pluginSettingsBase = undefined |
no outgoing calls
no test coverage detected