Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
subscribe
Method · 0.95
parentUpdated
Method · 0.95
rootUpdated
Method · 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