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

Function toByte

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

Source from the content-addressed store, hash-verified

250}
251
252uint8_t toByte(std::vector<bool>::const_iterator start,
253 std::vector<bool>::const_iterator end)
254{
255 return toBytes(start, end)[0];
256}
257
258Bytes toBytes(std::vector<bool>::const_iterator start,
259 std::vector<bool>::const_iterator end)

Callers

nothing calls this directly

Calls 1

toBytesFunction · 0.70

Tested by

no test coverage detected