MCPcopy
hub / github.com/ampproject/amphtml / isConst

Method isConst

extensions/amp-animation/0.1/parsers/css-expr-ast.js:145–147  ·  view source on GitHub ↗

* Whether the CSS node is a constant or includes variable components. * @param {boolean} unusedNormalize * @return {boolean} * @protected

(unusedNormalize)

Source from the content-addressed store, hash-verified

143 * @protected
144 */
145 isConst(unusedNormalize) {
146 return true;
147 }
148
149 /**
150 * Calculates the value of all variable components.

Callers 6

resolveMethod · 0.95
isConstMethod · 0.45
isConstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected