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

Function warn

third_party/subscriptions-project/swg.js:2953–2955  ·  view source on GitHub ↗

* @param {...*} var_args [description]

(var_args)

Source from the content-addressed store, hash-verified

2951 * @param {...*} var_args [description]
2952 */
2953function warn(var_args) {
2954 console.warn.apply(console, arguments);
2955}
2956
2957/**
2958 * Throws an error if the first argument isn't trueish.

Callers 13

hashFunction · 0.70
getEntitlementForMethod · 0.70
getSkuMethod · 0.70
parseQueryStringFunction · 0.70
setCallback_Method · 0.70
fetch_Method · 0.70
startMethod · 0.70
getEntitlementsMethod · 0.70
collectAttributesMethod · 0.70
fetch_Method · 0.70

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected