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

Function flip

build-system/server/app.js:693–695  ·  view source on GitHub ↗

* Returns the result of a coin flip, true or false * * @return {boolean}

()

Source from the content-addressed store, hash-verified

691 * @return {boolean}
692 */
693function flip() {
694 return !!Math.floor(Math.random() * 2);
695}
696
697/**
698 * @return {string}

Callers 1

getLiveBlogItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected