| 64 | } |
| 65 | |
| 66 | interface PlatformEntry { |
| 67 | deprecated: boolean; |
| 68 | guide: string | null; |
| 69 | id: string; |
| 70 | lang: string | null; |
| 71 | link: string; |
| 72 | } |
| 73 | |
| 74 | // Map of toggleable products. Mirrors the FEATURE_DISPLAY_ORDER in |
| 75 | // scmPlatformFeatures.tsx, minus ERROR_MONITORING (always implicit) and |
nothing calls this directly
no outgoing calls
no test coverage detected