MCPcopy Create free account
hub / github.com/acl-dev/acl / ~tbox_array

Method ~tbox_array

lib_acl_cpp/include/acl_cpp/stdlib/tbox_array.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 ~tbox_array() {
61 clear(free_obj_);
62 free(array_);
63 }
64
65 /**
66 * Clear unconsumed message objects in the message queue

Callers

nothing calls this directly

Calls 2

freeFunction · 0.85
clearFunction · 0.70

Tested by

no test coverage detected