MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / rebuild

Function rebuild

3rdparty/cppzmq/zmq.hpp:513–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511 }
512
513 void rebuild()
514 {
515 int rc = zmq_msg_close(&msg);
516 if (rc != 0)
517 throw error_t();
518 rc = zmq_msg_init(&msg);
519 ZMQ_ASSERT(rc == 0);
520 }
521
522 void rebuild(size_t size_)
523 {

Callers

nothing calls this directly

Calls 4

error_tClass · 0.85
dataFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected