MCPcopy Index your code
hub / github.com/ampproject/amphtml / isLoadErrorMessage

Function isLoadErrorMessage

src/utils/event-helper.js:254–256  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

252 * @return {boolean}
253 */
254export function isLoadErrorMessage(message) {
255 return message.indexOf(LOAD_FAILURE_PREFIX) != -1;
256}

Callers 1

getErrorReportDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected