| 8 | import Constants from './Constants'; |
| 9 | |
| 10 | export interface InstallResult { |
| 11 | moduleSource: string; |
| 12 | isInstalled: boolean; |
| 13 | } |
| 14 | |
| 15 | export const AzModuleSource = { |
| 16 | PrivateAgent: "privateAgent", |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…