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

Function hasSyntacticModifier

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

Source from the content-addressed store, hash-verified

18886 }
18887 ts.hasEffectiveModifier = hasEffectiveModifier;
18888 function hasSyntacticModifier(node, flags) {
18889 return !!getSelectedSyntacticModifierFlags(node, flags);
18890 }
18891 ts.hasSyntacticModifier = hasSyntacticModifier;
18892 function isStatic(node) {
18893 // https://tc39.es/ecma262/#sec-static-semantics-isstatic

Callers 8

getFunctionFlagsFunction · 0.85
isAsyncFunctionFunction · 0.85
hasStaticModifierFunction · 0.85
hasAbstractModifierFunction · 0.85
hasAmbientModifierFunction · 0.85
isExportDefaultSymbolFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…