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

Function scan

src/core/context/values.js:652–655  ·  view source on GitHub ↗

* See `Values.scan()` method. * * @param {ContextNode} contextNode * @param {IContextProp<?, ?>} prop * @return {boolean}

(contextNode, prop)

Source from the content-addressed store, hash-verified

650 * @return {boolean}
651 */
652function scan(contextNode, prop) {
653 // @ts-ignore private access
654 return contextNode.values.scan(prop);
655}
656
657/**
658 * See `Values.scanAll()` method.

Callers

nothing calls this directly

Calls 1

scanMethod · 0.45

Tested by

no test coverage detected