Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
Bytes::Bytes(): _data(createVector(0)), _low(0), _high(0) {}
28
29
Bytes::Bytes(unsigned size): _data(createVector(size)), _low(0), _high(size) {}
30
Callers
nothing calls this directly
Calls
2
createVector
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected