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

Function getModifierKindFromSource

test/fixtures/snapshot/typescript.js:151330–151332  ·  view source on GitHub ↗
(source, kind)

Source from the content-addressed store, hash-verified

151328 }
151329 }
151330 function getModifierKindFromSource(source, kind) {
151331 return ts.filter(source.modifiers, function (modifier) { return modifier.kind === kind; });
151332 }
151333 function isConstructorAssignment(x) {
151334 if (!x.name)
151335 return false;

Calls 1

filterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…