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

Method master_

3p/ampcontext-integration.js:66–68  ·  view source on GitHub ↗

@return {!Window}

()

Source from the content-addressed store, hash-verified

64
65 /** @return {!Window} */
66 master_() {
67 return masterSelection(this.win_, dev().assertString(this.embedType_));
68 }
69
70 /** @return {boolean} */
71 get isMaster() {

Callers 1

masterMethod · 0.95

Calls 3

devFunction · 0.90
masterSelectionFunction · 0.85
assertStringMethod · 0.80

Tested by

no test coverage detected