Skip to main content

Module diff

Module diff 

Source
Expand description

Graph comparison and diff functionality.

This module provides tools for comparing two CodeGraph instances to detect symbol changes between different versions of code (e.g., git refs). Graph diff and comparison for semantic diff operations.

This module provides functionality for comparing two CodeGraph instances to detect symbol changes between different versions of code (e.g., git refs).

Structs§

DiffResult
Result of a graph comparison.
DiffSummary
Summary statistics for a diff.
GraphComparator
Compares two CodeGraph instances and produces change records.
NodeChange
A change record for a single symbol.
NodeLocation
Location information for a symbol.

Enums§

ChangeType
Type of change detected for a symbol.