MCPcopy 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

logErrorFunction · 0.80
setGroupPropFunction · 0.80
removeGroupPropFunction · 0.80
CheckPrereqsFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected