Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ resetAccumulatedErrorMessagesForTesting
Function
resetAccumulatedErrorMessagesForTesting
src/error-reporting.js:678–680 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
676
* Resets accumulated error messages
for
testing
677
*/
678
export
function
resetAccumulatedErrorMessagesForTesting() {
679
accumulatedErrorMessages = [];
680
}
681
682
/**
683
* @param {!Error} error
Callers
1
cleanupTestcase
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected