Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ getBinaryType
Function
getBinaryType
src/experiments/index.js:50–52 ·
view source on GitHub ↗
(win)
Source
from the content-addressed store, hash-verified
48
* @
return
{string}
49
*/
50
export
function
getBinaryType(win) {
51
return
win.AMP_CONFIG?.
type
||
'unknown'
;
52
}
53
54
/**
55
* Whether the specified experiment is on or off.
Callers
4
test-experiments.js
File · 0.85
getErrorReportData
Function · 0.85
getAmpRuntimeTypeParameter
Function · 0.85
getAmpRuntimeTypeParameter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected