Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ rep
Function
rep
texteditor/difflib/bytes/bytes_test.go:237–239 ·
view source on GitHub ↗
(s string, count int)
Source
from the content-addressed store, hash-verified
235
}
236
237
func
rep(s string, count int) string {
238
return
strings.Repeat(s, count)
239
}
240
241
func
getall(b2j *B2J, lt lineType) [][]byte {
242
result := []int{}
Callers
3
TestWithAsciiOneInsert
Function · 0.70
TestWithAsciiOnDelete
Function · 0.70
TestWithAsciiBJunk
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected