MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / recycle_or_create_producer

Function recycle_or_create_producer

deps/concurrentqueue/concurrentqueue.h:3205–3209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3203 //////////////////////////////////
3204
3205 ProducerBase* recycle_or_create_producer(bool isExplicit)
3206 {
3207 bool recycled;
3208 return recycle_or_create_producer(isExplicit, recycled);
3209 }
3210
3211 ProducerBase* recycle_or_create_producer(bool isExplicit, bool& recycled)
3212 {

Callers 1

Calls 2

add_producerFunction · 0.85
next_prodMethod · 0.80

Tested by

no test coverage detected