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

Function BenchmarkOrderedMapString_Has

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

Source from the content-addressed store, hash-verified

785}
786
787func BenchmarkOrderedMapString_Has(b *testing.B) {
788 benchmarkOrderedMapString_Has(1)(b)
789}
790
791func BenchmarkOrderedMap_Keys(b *testing.B) {
792 benchmarkOrderedMap_Keys(1)(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…