MCPcopy Index your code
hub / github.com/kpdecker/jsdiff / postProcess

Method postProcess

src/diff/base.ts:303–309  ·  view source on GitHub ↗
(
    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;

Callers 1

doneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected