Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.80
DeserializeWeights
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64