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

Function hasEffectiveModifiers

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

Source from the content-addressed store, hash-verified

18874 return currentLineIndent;
18875 }
18876 function hasEffectiveModifiers(node) {
18877 return getEffectiveModifierFlags(node) !== 0 /* ModifierFlags.None */;
18878 }
18879 ts.hasEffectiveModifiers = hasEffectiveModifiers;
18880 function hasSyntacticModifiers(node) {
18881 return getSyntacticModifierFlags(node) !== 0 /* ModifierFlags.None */;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected