(command: str)
| 1311 | |
| 1312 | |
| 1313 | def _command_is_read_only_observation(command: str) -> bool: |
| 1314 | return bool(_READ_ONLY_COMMAND_RE.search(command or "")) |
| 1315 | |
| 1316 | |
| 1317 | def _has_verification_context(text: str, command: str = "") -> bool: |
no outgoing calls
no test coverage detected