(pathId)
| 1940 | } |
| 1941 | |
| 1942 | async function toggleAntigravityErrorDetails(pathId) { |
| 1943 | await toggleErrorDetailsCommon(pathId, AppState.antigravityCreds); |
| 1944 | } |
| 1945 | |
| 1946 | async function toggleErrorDetailsCommon(pathId, manager) { |
| 1947 | const errorDetails = document.getElementById('errors-' + pathId); |
nothing calls this directly
no test coverage detected