MCPcopy Create free account
hub / github.com/angular/angular / hasStylingInputShadow

Function hasStylingInputShadow

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

Source from the content-addressed store, hash-verified

1051 * @param isClassBased `true` if `class` (`false` if `style`)
1052 */
1053export function hasStylingInputShadow(tNode: TNode, isClassBased: boolean) {
1054 return (tNode.flags & (isClassBased ? TNodeFlags.hasClassInput : TNodeFlags.hasStyleInput)) !== 0;
1055}

Callers 2

checkStylingMapFunction · 0.85
stylingFirstUpdatePassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected