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

Struct OpCode

difflib/difflib.go:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type OpCode struct {
54 Tag byte
55 I1 int
56 I2 int
57 J1 int
58 J2 int
59}
60
61// SequenceMatcher compares sequence of strings. The basic
62// algorithm predates, and is a little fancier than, an algorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected