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

Method ifModuleBuild

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

Source from the content-addressed store, hash-verified

82 }
83
84 ifModuleBuild() {
85 return this.if(this.isModuleBuild);
86 }
87
88 ifChrome() {
89 return this.if(this.runOnChrome);

Calls 1

ifMethod · 0.95

Tested by

no test coverage detected