Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ cbegin
Method
cbegin
lib/core/bytes.h:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
const uint8_t& operator[](unsigned offset) const;
52
const uint8_t* cbegin() const
53
{
54
return _data->data() + _low;
55
}
56
const uint8_t* cend() const
57
{
58
return _data->data() + _high;
Callers
15
amigaDeinterleave
Function · 0.80
slice
Method · 0.80
operator==
Method · 0.80
writeImage
Method · 0.80
begin
Method · 0.80
putFile
Method · 0.80
adfNativeReadSector
Method · 0.80
putFile
Method · 0.80
diskRead
Method · 0.80
putFile
Method · 0.80
writeBytes
Method · 0.80
hfsRead
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected