MCPcopy Index your code
hub / github.com/expr-lang/expr / SetSeqs

Method SetSeqs

internal/difflib/difflib.go:115–118  ·  view source on GitHub ↗

Set two sequences to be compared.

(a, b []string)

Source from the content-addressed store, hash-verified

113
114// Set two sequences to be compared.
115func (m *SequenceMatcher) SetSeqs(a, b []string) {
116 m.SetSeq1(a)
117 m.SetSeq2(b)
118}
119
120// Set the first sequence to be compared. The second sequence to be compared is
121// not changed.

Callers 2

NewMatcherFunction · 0.95
NewMatcherWithJunkFunction · 0.95

Calls 2

SetSeq1Method · 0.95
SetSeq2Method · 0.95

Tested by

no test coverage detected