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

Function toggleErrorDetails

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

Source from the content-addressed store, hash-verified

1936// 查看报错详情
1937// =====================================================================
1938async function toggleErrorDetails(pathId) {
1939 await toggleErrorDetailsCommon(pathId, AppState.creds);
1940}
1941
1942async function toggleAntigravityErrorDetails(pathId) {
1943 await toggleErrorDetailsCommon(pathId, AppState.antigravityCreds);

Callers

nothing calls this directly

Calls 1

toggleErrorDetailsCommonFunction · 0.85

Tested by

no test coverage detected