Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ isBJunk
Method
isBJunk
texteditor/difflib/difflib.go:177–180 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(m *SequenceMatcher) isBJunk(s string) bool {
178
_, ok := m.bJunk[s]
179
return
ok
180
}
181
182
// Find longest matching block in a[alo:ahi] and b[blo:bhi].
183
//
Callers
1
findLongestMatch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected