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

Function createTrue

test/fixtures/snapshot/typescript.js:23102–23104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23100 }
23101 // @api
23102 function createTrue() {
23103 return createToken(110 /* SyntaxKind.TrueKeyword */);
23104 }
23105 // @api
23106 function createFalse() {
23107 return createToken(95 /* SyntaxKind.FalseKeyword */);

Callers 1

asExpressionFunction · 0.85

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…