Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ empty
Method
empty
lib/core/bytes.h:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
return _high - _low;
35
}
36
bool empty() const
37
{
38
return _high == _low;
39
}
40
41
bool operator==(const Bytes& other) const
42
{
Callers
6
LogRendererImpl
Class · 0.45
validateAndThrow
Method · 0.45
findOption
Method · 0.45
applyOptionsFile
Method · 0.45
findAllProtoFields
Function · 0.45
parseFlags
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected