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

Method skipChrome

testing/test-config.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 skipChrome() {
53 return this.skip(this.runOnChrome);
54 }
55
56 skipEdge() {
57 return this.skip(this.runOnEdge);

Callers

nothing calls this directly

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected