MCPcopy Create free account
hub / github.com/elliotchance/orderedmap / BenchmarkMapString_Delete

Function BenchmarkMapString_Delete

orderedmap_test.go:694–696  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

692}
693
694func BenchmarkMapString_Delete(b *testing.B) {
695 benchmarkMapString_Delete(1)(b)
696}
697
698func benchmarkOrderedMapString_Delete(multiplier int) func(b *testing.B) {
699 return func(b *testing.B) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…