MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / InsertBackSigned

Method InsertBackSigned

Bcore/src/main/cpp/base/leb128.h:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340 template<typename It>
341 void InsertBackSigned(It cur, It end) {
342 for (; cur != end; ++cur) {
343 PushBackSigned(*cur);
344 }
345 }
346
347 const Vector& GetData() const {
348 return *data_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected