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

Method unlock

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

Source from the content-addressed store, hash-verified

221 }
222
223 void unlock() {
224 if (! lock_.unlock()) { abort(); }
225 }
226
227private:
228 T** array_;

Callers 2

pushMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected