MCPcopy Index your code
hub / github.com/tinylib/msgp / BenchmarkAppend2048String

Function BenchmarkAppend2048String

msgp/write_bytes_test.go:382–382  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

380func BenchmarkAppend256String(b *testing.B) { benchappendString(256, b) }
381
382func BenchmarkAppend2048String(b *testing.B) { benchappendString(2048, b) }
383
384func TestAppendBool(t *testing.T) {
385 vs := []bool{true, false}

Callers

nothing calls this directly

Calls 1

benchappendStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…