MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / toggleAntigravityErrorDetails

Function toggleAntigravityErrorDetails

front/common.js:1942–1944  ·  view source on GitHub ↗
(pathId)

Source from the content-addressed store, hash-verified

1940}
1941
1942async function toggleAntigravityErrorDetails(pathId) {
1943 await toggleErrorDetailsCommon(pathId, AppState.antigravityCreds);
1944}
1945
1946async function toggleErrorDetailsCommon(pathId, manager) {
1947 const errorDetails = document.getElementById('errors-' + pathId);

Callers

nothing calls this directly

Calls 1

toggleErrorDetailsCommonFunction · 0.85

Tested by

no test coverage detected