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

Method initialize_

src/service/variable-source.js:181–184  ·  view source on GitHub ↗

* Lazily initialize the default replacements. * @private

()

Source from the content-addressed store, hash-verified

179 * @private
180 */
181 initialize_() {
182 this.initialize();
183 this.initialized_ = true;
184 }
185
186 /**
187 * Override this method to set all the variables supported by derived class.

Callers 2

getMethod · 0.95
getExprMethod · 0.95

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected