MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / bytes

Method bytes

lib/data/fluxmap.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return _ticks;
51 }
52 size_t bytes() const
53 {
54 return _bytes.size();
55 }
56 const Bytes& rawBytes() const
57 {
58 return _bytes;

Callers 5

FluxmapReaderMethod · 0.80
addFluxMethod · 0.80
readGroupFunction · 0.80
writeTracksFunction · 0.80
mainInspectFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

mainInspectFunction · 0.64