MCPcopy
hub / github.com/microsoft/pyright / ParamAssignmentInfo

Interface ParamAssignmentInfo

server/src/analyzer/expressionEvaluator.ts:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69interface ParamAssignmentInfo {
70 argsNeeded: number;
71 argsReceived: number;
72}
73
74export type ReadTypeFromNodeCacheCallback = (node: ExpressionNode) => Type | undefined;
75export type WriteTypeToNodeCacheCallback = (node: ExpressionNode, type: Type) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…