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

Function BenchmarkEscapeIndex1

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

Source from the content-addressed store, hash-verified

14}
15
16func BenchmarkEscapeIndex1(b *testing.B) {
17 benchmarkEscapeIndex(b, "1", false)
18}
19
20func BenchmarkEscapeIndex1EscapeHTML(b *testing.B) {
21 benchmarkEscapeIndex(b, "1", true)

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…