MCPcopy Index your code
hub / github.com/microsoft/pyright / getAssignmentError

Method getAssignmentError

server/src/parser/parseNodes.ts:472–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470 }
471
472 getAssignmentError(): string | undefined {
473 return this.rightExpression.getAssignmentError();
474 }
475
476 getChildren(): RecursiveParseNodeArray {
477 return [this.leftExpression, this.rightExpression];

Callers

nothing calls this directly

Calls 1

getAssignmentErrorMethod · 0.45

Tested by

no test coverage detected