(self, seq_id: int, accepted_draft_tokens: int)
| 1184 | pass |
| 1185 | |
| 1186 | def accept(self, seq_id: int, accepted_draft_tokens: int) -> None: |
| 1187 | pass |
| 1188 | |
| 1189 | def truncate(self, seq_id: int, keep_len: int) -> None: |
| 1190 | pass |
no outgoing calls
no test coverage detected