Method
postProcess
(
changeObjects: ChangeObject<ValueT>[],
// eslint-disable-next-line @typescript-eslint/no-unused-vars
options: AllDiffOptions
)
Source from the content-addressed store, hash-verified
| 301 | } |
| 302 | |
| 303 | postProcess( |
| 304 | changeObjects: ChangeObject<ValueT>[], |
| 305 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 306 | options: AllDiffOptions |
| 307 | ): ChangeObject<ValueT>[] { |
| 308 | return changeObjects; |
| 309 | } |
| 310 | |
| 311 | get useLongestToken(): boolean { |
| 312 | return false; |
Tested by
no test coverage detected