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

Function createAssignment

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

Source from the content-addressed store, hash-verified

22663 // Lazily load factory methods for common operator factories and utilities
22664 get createComma() { return getBinaryCreateFunction(27 /* SyntaxKind.CommaToken */); },
22665 get createAssignment() { return getBinaryCreateFunction(63 /* SyntaxKind.EqualsToken */); },
22666 get createLogicalOr() { return getBinaryCreateFunction(56 /* SyntaxKind.BarBarToken */); },
22667 get createLogicalAnd() { return getBinaryCreateFunction(55 /* SyntaxKind.AmpersandAmpersandToken */); },
22668 get createBitwiseOr() { return getBinaryCreateFunction(51 /* SyntaxKind.BarToken */); },

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected