MCPcopy 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
237func rep(s string, count int) string {
238 return strings.Repeat(s, count)
239}
240
241func getall(b2j *B2J, lt lineType) [][]byte {
242 result := []int{}

Callers 3

TestWithAsciiOneInsertFunction · 0.70
TestWithAsciiOnDeleteFunction · 0.70
TestWithAsciiBJunkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected