MCPcopy Index your code
hub / github.com/nodejs/node / hasEffectiveModifier

Function hasEffectiveModifier

test/fixtures/snapshot/typescript.js:18884–18886  ·  view source on GitHub ↗
(node, flags)

Source from the content-addressed store, hash-verified

18882 }
18883 ts.hasSyntacticModifiers = hasSyntacticModifiers;
18884 function hasEffectiveModifier(node, flags) {
18885 return !!getSelectedEffectiveModifierFlags(node, flags);
18886 }
18887 ts.hasEffectiveModifier = hasEffectiveModifier;
18888 function hasSyntacticModifier(node, flags) {
18889 return !!getSelectedSyntacticModifierFlags(node, flags);

Callers 2

hasOverrideModifierFunction · 0.85

Calls 1

Tested by

no test coverage detected