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

Function BenchmarkOrderedMapString_Get

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

Source from the content-addressed store, hash-verified

656}
657
658func BenchmarkOrderedMapString_Get(b *testing.B) {
659 benchmarkOrderedMapString_Get(1)(b)
660}
661
662func benchmarkOrderedMapString_GetElement(multiplier int) func(b *testing.B) {
663 m := orderedmap.NewOrderedMap()

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…