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

Function hasAmbientModifier

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

Source from the content-addressed store, hash-verified

18907 }
18908 ts.hasAbstractModifier = hasAbstractModifier;
18909 function hasAmbientModifier(node) {
18910 return hasSyntacticModifier(node, 2 /* ModifierFlags.Ambient */);
18911 }
18912 ts.hasAmbientModifier = hasAmbientModifier;
18913 function hasEffectiveReadonlyModifier(node) {
18914 return hasEffectiveModifier(node, 64 /* ModifierFlags.Readonly */);

Callers

nothing calls this directly

Calls 1

hasSyntacticModifierFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…