MCPcopy Create free account
hub / github.com/comaps/comaps / PushEmpty

Method PushEmpty

libs/coding/sparse_vector.hpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 explicit SparseVectorBuilder(size_t reserveSize = 0) { m_bitsBuilder.reserve(reserveSize); }
43
44 void PushEmpty() { m_bitsBuilder.push_back(false); }
45 void PushValue(Value v)
46 {
47 m_bitsBuilder.push_back(true);

Callers 2

UNIT_TESTFunction · 0.80
DeserializeWeightsMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64