()
| 66 | let pluginSettingsBase: Record<string, unknown> | undefined |
| 67 | |
| 68 | export function getPluginSettingsBase(): Record<string, unknown> | undefined { |
| 69 | return pluginSettingsBase |
| 70 | } |
| 71 | |
| 72 | export function setPluginSettingsBase( |
| 73 | settings: Record<string, unknown> | undefined, |
no outgoing calls
no test coverage detected