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

Function hasEffectiveReadonlyModifier

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

Source from the content-addressed store, hash-verified

18911 }
18912 ts.hasAmbientModifier = hasAmbientModifier;
18913 function hasEffectiveReadonlyModifier(node) {
18914 return hasEffectiveModifier(node, 64 /* ModifierFlags.Readonly */);
18915 }
18916 ts.hasEffectiveReadonlyModifier = hasEffectiveReadonlyModifier;
18917 function getSelectedEffectiveModifierFlags(node, flags) {
18918 return getEffectiveModifierFlags(node) & flags;

Callers 1

Calls 1

hasEffectiveModifierFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…