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

TypeAlias EditScript

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

EditScript represents the series of differences between two lists.

Source from the content-addressed store, hash-verified

35
36// EditScript represents the series of differences between two lists.
37type EditScript []EditType
38
39// String returns a human-readable string representing the edit-script where
40// Identity, UniqueX, UniqueY, and Modified are represented by the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected