MCPcopy Create free account
hub / github.com/cogentcore/core / isBJunk

Method isBJunk

texteditor/difflib/bytes/bytes.go:144–147  ·  view source on GitHub ↗
(line []byte)

Source from the content-addressed store, hash-verified

142}
143
144func (b2j *B2J) isBJunk(line []byte) bool {
145 _, _, _, lt := b2j._find(&line)
146 return lt == lineJUNK
147}
148
149// SequenceMatcher compares sequence of strings. The basic
150// algorithm predates, and is a little fancier than, an algorithm

Callers 1

findLongestMatchMethod · 0.45

Calls 1

_findMethod · 0.95

Tested by

no test coverage detected