Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
58
function
init() {
59
initLogConstructor();
60
setReportError(console.error.bind(console));
61
}
62
63
// Immediately call init
64
init();
Callers
1
recaptcha.js
File · 0.70
Calls
2
initLogConstructor
Function · 0.90
setReportError
Function · 0.90
Tested by
no test coverage detected