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

Function hasOverrideModifier

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

Source from the content-addressed store, hash-verified

18899 }
18900 ts.hasStaticModifier = hasStaticModifier;
18901 function hasOverrideModifier(node) {
18902 return hasEffectiveModifier(node, 16384 /* ModifierFlags.Override */);
18903 }
18904 ts.hasOverrideModifier = hasOverrideModifier;
18905 function hasAbstractModifier(node) {
18906 return hasSyntacticModifier(node, 128 /* ModifierFlags.Abstract */);

Callers

nothing calls this directly

Calls 1

hasEffectiveModifierFunction · 0.85

Tested by

no test coverage detected