Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ restoreLogger
Function
restoreLogger
testing/console-logging-setup.js:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
logger.error.callsFake(console.error.bind(console));
176
}
177
export
function
restoreLogger() {
178
loggerSandbox?.restore();
179
}
Callers
1
cleanupTestcase
Function · 0.90
Calls
1
restore
Method · 0.80
Tested by
no test coverage detected