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

Function createNull

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

Source from the content-addressed store, hash-verified

23096 }
23097 // @api
23098 function createNull() {
23099 return createToken(104 /* SyntaxKind.NullKeyword */);
23100 }
23101 // @api
23102 function createTrue() {
23103 return createToken(110 /* SyntaxKind.TrueKeyword */);

Callers

nothing calls this directly

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected