MCPcopy Index your code
hub / github.com/segmentio/encoding / BenchmarkEscapeIndex1EscapeHTML

Function BenchmarkEscapeIndex1EscapeHTML

json/string_test.go:20–22  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

18}
19
20func BenchmarkEscapeIndex1EscapeHTML(b *testing.B) {
21 benchmarkEscapeIndex(b, "1", true)
22}
23
24func BenchmarkEscapeIndex7(b *testing.B) {
25 benchmarkEscapeIndex(b, "1234567", false)

Callers

nothing calls this directly

Calls 1

benchmarkEscapeIndexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…