MCPcopy Create free account
hub / github.com/google/go-cmp / EditType

TypeAlias EditType

cmp/internal/diff/diff.go:23–23  ·  view source on GitHub ↗

EditType represents a single operation within an edit-script.

Source from the content-addressed store, hash-verified

21
22// EditType represents a single operation within an edit-script.
23type EditType uint8
24
25const (
26 // Identity indicates that a symbol pair is identical in both list X and Y.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected