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

Method isBJunk

internal/difflib/difflib.go:192–195  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

190}
191
192func (m *SequenceMatcher) isBJunk(s string) bool {
193 _, ok := m.bJunk[s]
194 return ok
195}
196
197// Find longest matching block in a[alo:ahi] and b[blo:bhi].
198//

Callers 1

findLongestMatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected