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

Method get

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

Source from the content-addressed store, hash-verified

134}
135
136func (b2j *B2J) get(line []byte) []int {
137 _, _, slot, lt := b2j._find(&line)
138 if lt == lineNORMAL {
139 return slot
140 }
141 return []int{}
142}
143
144func (b2j *B2J) isBJunk(line []byte) bool {
145 _, _, _, lt := b2j._find(&line)

Callers 6

storeValueMethod · 0.80
constructorMethod · 0.80
appCanLoadWebAssemblyFunction · 0.80
fetchWithProgressFunction · 0.80
getRuneMethod · 0.80
findLongestMatchMethod · 0.80

Calls 1

_findMethod · 0.95

Tested by

no test coverage detected