MCPcopy Create free account
hub / github.com/pmezard/go-difflib / Match

Struct Match

difflib/difflib.go:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type Match struct {
48 A int
49 B int
50 Size int
51}
52
53type OpCode struct {
54 Tag byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected