MCPcopy
hub / github.com/prometheus/client_golang / SetSeqs

Method SetSeqs

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

Set two sequences to be compared.

(a, b []string)

Source from the content-addressed store, hash-verified

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

Callers 2

NewMatcherFunction · 0.95
NewMatcherWithJunkFunction · 0.95

Calls 2

SetSeq1Method · 0.95
SetSeq2Method · 0.95

Tested by

no test coverage detected