Exception raised when state dictionary is missing required keys.
| 33 | |
| 34 | |
| 35 | class InvalidStateError(AnalysisError): |
| 36 | """Exception raised when state dictionary is missing required keys.""" |
| 37 | |
| 38 | pass |
| 39 | |
| 40 | |
| 41 | class CodeAnalysisState(BaseModel): |
no outgoing calls
no test coverage detected