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

Function hasSyntacticModifiers

test/fixtures/snapshot/typescript.js:18880–18882  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

18878 }
18879 ts.hasEffectiveModifiers = hasEffectiveModifiers;
18880 function hasSyntacticModifiers(node) {
18881 return getSyntacticModifierFlags(node) !== 0 /* ModifierFlags.None */;
18882 }
18883 ts.hasSyntacticModifiers = hasSyntacticModifiers;
18884 function hasEffectiveModifier(node, flags) {
18885 return !!getSelectedEffectiveModifierFlags(node, flags);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected