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

Function BenchmarkOrderedMapString_GetElement

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

Source from the content-addressed store, hash-verified

674}
675
676func BenchmarkOrderedMapString_GetElement(b *testing.B) {
677 benchmarkOrderedMapString_GetElement(1)(b)
678}
679
680func benchmarkMapString_Delete(multiplier int) func(b *testing.B) {
681 return func(b *testing.B) {

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…