Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ toBytes
Function
toBytes
lib/core/bytes.h:405–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
std::vector<bool>::const_iterator end);
404
405
inline Bytes toBytes(const std::vector<bool>& bits)
406
{
407
return toBytes(bits.begin(), bits.end());
408
}
409
410
extern std::vector<bool> reverseBits(const std::vector<bool>& bits);
411
Callers
15
decodeSectorRecord
Method · 0.50
decodeSectorRecord
Method · 0.50
decodeSectorRecord
Method · 0.50
decodeSectorRecord
Method · 0.50
decodeDataRecord
Method · 0.50
decodeSectorRecord
Method · 0.50
decodeSectorRecord
Method · 0.50
decodeDataRecord
Method · 0.50
pushRecord
Method · 0.50
readRaw8
Method · 0.50
readRaw16
Method · 0.50
readRaw20
Method · 0.50
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
1
mainInspect
Function · 0.40