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

Function createModifier

test/fixtures/snapshot/typescript.js:23113–23115  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

23111 //
23112 // @api
23113 function createModifier(kind) {
23114 return createToken(kind);
23115 }
23116 // @api
23117 function createModifiersFromModifierFlags(flags) {
23118 var result = [];

Callers 1

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…