MCPcopy
hub / github.com/ampproject/amphtml / init

Function init

3p/recaptcha.js:58–61  ·  view source on GitHub ↗

* Initialize 3p frame.

()

Source from the content-addressed store, hash-verified

56 * Initialize 3p frame.
57 */
58function init() {
59 initLogConstructor();
60 setReportError(console.error.bind(console));
61}
62
63// Immediately call init
64init();

Callers 1

recaptcha.jsFile · 0.70

Calls 2

initLogConstructorFunction · 0.90
setReportErrorFunction · 0.90

Tested by

no test coverage detected