MCPcopy
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 */
50export function getBinaryType(win) {
51 return win.AMP_CONFIG?.type || 'unknown';
52}
53
54/**
55 * Whether the specified experiment is on or off.

Callers 4

getErrorReportDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected