Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ampproject/amphtml
/ discoverContextNode
Function
discoverContextNode
src/core/context/node.js:529–531 ·
view source on GitHub ↗
* @param {ContextNode<?>} cn
(cn)
Source
from the content-addressed store, hash-verified
527
* @param {ContextNode<?>} cn
528
*/
529
function
discoverContextNode(cn) {
530
cn.discover();
531
}
Callers
nothing calls this directly
Calls
1
discover
Method · 0.80
Tested by
no test coverage detected