Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ group
Method
group
src/core/context/node.js:370–372 ·
view source on GitHub ↗
* @param {string} name * @return {?ContextNode<?>}
(name)
Source
from the content-addressed store, hash-verified
368
* @
return
{?ContextNode<?>}
369
*/
370
group(name) {
371
return
this.groups?.get(name)?.cn || null;
372
}
373
374
/**
375
* @param {Node} node
Callers
4
logError
Function · 0.80
setGroupProp
Function · 0.80
removeGroupProp
Function · 0.80
CheckPrereqs
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected