Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ PushBackSigned
Method
PushBackSigned
Bcore/src/main/cpp/base/leb128.h:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
void PushBackSigned(int32_t value) {
337
EncodeSignedLeb128(data_, value);
338
}
339
340
template<typename It>
341
void InsertBackSigned(It cur, It end) {
Callers
nothing calls this directly
Calls
1
EncodeSignedLeb128
Function · 0.85
Tested by
no test coverage detected