| 20 | CaptainConstants.configs.version |
| 21 | |
| 22 | interface IOneClickAppIdentifier { |
| 23 | baseUrl: string |
| 24 | isOfficial: boolean |
| 25 | name: string |
| 26 | displayName: string |
| 27 | description: string |
| 28 | logoUrl: string |
| 29 | } |
| 30 | |
| 31 | router.post('/repositories/insert', function (req, res, next) { |
| 32 | const dataStore = |
nothing calls this directly
no outgoing calls
no test coverage detected