MCPcopy Index your code
hub / github.com/angular/angular / hasStylingInputShadow

Function hasStylingInputShadow

packages/core/src/render3/instructions/styling.ts:1016–1018  ·  view source on GitHub ↗
(tNode: TNode, isClassBased: boolean)

Source from the content-addressed store, hash-verified

1014 * @param isClassBased `true` if `class` (`false` if `style`)
1015 */
1016export function hasStylingInputShadow(tNode: TNode, isClassBased: boolean) {
1017 return (tNode.flags & (isClassBased ? TNodeFlags.hasClassInput : TNodeFlags.hasStyleInput)) !== 0;
1018}

Callers 2

checkStylingMapFunction · 0.85
stylingFirstUpdatePassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…