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

Function PrepareStringsToDiff

texteditor/difflib/tester/tester.go:57–64  ·  view source on GitHub ↗
(count, seed int)

Source from the content-addressed store, hash-verified

55}
56
57func PrepareStringsToDiff(count, seed int) (As, Bs [][]string) {
58 As = make([][]string, count)
59 Bs = make([][]string, count)
60 for i := range As {
61 As[i], Bs[i] = prepareStrings(int64(i + seed))
62 }
63 return
64}

Callers 2

prepareFilesToDiffFunction · 0.92
prepareFilesToDiffFunction · 0.92

Calls 1

prepareStringsFunction · 0.85

Tested by 2

prepareFilesToDiffFunction · 0.74
prepareFilesToDiffFunction · 0.74