MCPcopy
hub / github.com/ampproject/amphtml / update

Function update

tools/experiments/experiments.js:232–236  ·  view source on GitHub ↗

* Updates states of all experiments in the table.

()

Source from the content-addressed store, hash-verified

230 * Updates states of all experiments in the table.
231 */
232function update() {
233 CHANNELS.concat(EXPERIMENTS).forEach(function (experiment) {
234 updateExperimentRow(experiment);
235 });
236}
237
238/**
239 * Updates the state of a single experiment.

Callers 2

toggleExperiment_Function · 0.70
experiments.jsFile · 0.70

Calls 3

updateExperimentRowFunction · 0.85
concatMethod · 0.80
forEachMethod · 0.45

Tested by

no test coverage detected