Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ ptr
Method
ptr
lib/data/fluxmap.h:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
const uint8_t* ptr() const
62
{
63
if (!_bytes.empty())
64
return &_bytes[0];
65
return NULL;
66
}
67
68
Fluxmap& appendInterval(uint32_t ticks);
69
Fluxmap& appendPulse();
Callers
1
FluxmapReader
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected