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

Method isConnected_

src/core/context/values.js:351–353  ·  view source on GitHub ↗

* @return {boolean} * @private

()

Source from the content-addressed store, hash-verified

349 * @private
350 */
351 isConnected_() {
352 return !!this.contextNode_.root;
353 }
354
355 /**
356 * Start the used value tracker if it hasn't started yet.

Callers 7

subscribeMethod · 0.95
parentUpdatedMethod · 0.95
rootUpdatedMethod · 0.95
startUsed_Method · 0.95
checkUpdates_Method · 0.95
maybeUpdated_Method · 0.95
calc_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected