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

Method initialize

src/service/variable-source.js:189–191  ·  view source on GitHub ↗

* Override this method to set all the variables supported by derived class.

()

Source from the content-addressed store, hash-verified

187 * Override this method to set all the variables supported by derived class.
188 */
189 initialize() {
190 // Needs to be implemented by derived classes.
191 }
192
193 /**
194 * Method exists to assist stubbing in tests.

Callers 3

initialize_Method · 0.95
onOverlayButtonInteractFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected