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

Function isRecursive

src/core/context/values.js:687–691  ·  view source on GitHub ↗

* Whether the property is recursive. * * @param {IContextProp<?, ?>} prop * @return {boolean}

(prop)

Source from the content-addressed store, hash-verified

685 * @return {boolean}
686 */
687function isRecursive(prop) {
688 // Only `false` values make a value non-recursive. `true` and
689 // `function` values are considered recursive.
690 return !!prop.recursive;
691}
692
693/**
694 * Whether the parent value is required to calculate the used value.

Callers 5

setMethod · 0.85
rootUpdatedMethod · 0.85
scanMethod · 0.85
startUsed_Method · 0.85
calc_Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected