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

Function BenchmarkEscapeIndex7

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

Source from the content-addressed store, hash-verified

22}
23
24func BenchmarkEscapeIndex7(b *testing.B) {
25 benchmarkEscapeIndex(b, "1234567", false)
26}
27
28func BenchmarkEscapeIndex7EscapeHTML(b *testing.B) {
29 benchmarkEscapeIndex(b, "1234567", 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…