MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / FileDiff

Class FileDiff

programs/git-import/git-import.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418using LineChanges = std::vector<LineChange>;
419
420struct FileDiff
421{
422 explicit FileDiff(FileChange file_change_) : file_change(file_change_) {}
423
424 FileChange file_change;
425 LineChanges line_changes;
426};
427
428using CommitDiff = std::map<std::string /* path */, FileDiff>;
429

Callers 1

processFileChangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected