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

Function hasStylingInputShadow

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

Source from the content-addressed store, hash-verified

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

Callers 2

checkStylingMapFunction · 0.85
stylingFirstUpdatePassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected