(self, input_length: int, /, *, seq_id: int)
| 1178 | raise NotImplementedError() |
| 1179 | |
| 1180 | def can_draft(self, input_length: int, /, *, seq_id: int) -> bool: |
| 1181 | return True |
| 1182 | |
| 1183 | def process(self, batch: Any, /) -> None: |
| 1184 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected