* Get the path to the managed settings file based on the current platform
()
| 61 | * Get the path to the managed settings file based on the current platform |
| 62 | */ |
| 63 | function getManagedSettingsFilePath(): string { |
| 64 | return join(getManagedFilePath(), 'managed-settings.json') |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Load file-based managed settings: managed-settings.json + managed-settings.d/*.json. |
no outgoing calls
no test coverage detected