| 67 | } |
| 68 | |
| 69 | interface ParamAssignmentInfo { |
| 70 | argsNeeded: number; |
| 71 | argsReceived: number; |
| 72 | } |
| 73 | |
| 74 | export type ReadTypeFromNodeCacheCallback = (node: ExpressionNode) => Type | undefined; |
| 75 | export type WriteTypeToNodeCacheCallback = (node: ExpressionNode, type: Type) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…