Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ chainB
Method
chainB
texteditor/difflib/bytes/bytes.go:237–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
235
}
236
237
func
(m *SequenceMatcher) chainB() {
238
// Populate line -> index mapping
239
b2j := *newB2J(m.b, m.IsJunk, m.autoJunk)
240
m.b2j = b2j
241
}
242
243
// Find longest matching block in a[alo:ahi] and b[blo:bhi].
244
//
Callers
1
SetSeq2
Method · 0.95
Calls
1
newB2J
Function · 0.85
Tested by
no test coverage detected