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

Method Bytes

lib/core/bytes.cc:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27Bytes::Bytes(): _data(createVector(0)), _low(0), _high(0) {}
28
29Bytes::Bytes(unsigned size): _data(createVector(size)), _low(0), _high(size) {}
30

Callers

nothing calls this directly

Calls 2

createVectorFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected