MCPcopy
hub / github.com/continuedev/continue / createTokenLineDiff

Function createTokenLineDiff

core/nextEdit/context/diffFormatting.ts:104–111  ·  view source on GitHub ↗
(
  beforeContent: string,
  afterContent: string,
  filePath: string,
)

Source from the content-addressed store, hash-verified

102};
103
104const createTokenLineDiff = (
105 beforeContent: string,
106 afterContent: string,
107 filePath: string,
108) => {
109 // TODO: Implement token line diff
110 return "";
111};
112
113export interface DiffMetadata {
114 oldFilename?: string; // Filename in the original version

Callers 1

createDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected