Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PtrUint8
Method
PtrUint8
libs/coding/byte_stream.hpp:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
void const * Ptr() const { return m_p; }
23
uint8_t const * PtrUint8() const { return m_p; }
24
25
void Advance(size_t size) { m_p += size; }
26
Callers
4
TestVarUint
Function · 0.80
TestVarInt
Function · 0.80
CalcOffset
Function · 0.80
ParseHeader2
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestVarUint
Function · 0.64
TestVarInt
Function · 0.64