Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ isContainer
Method
isContainer
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5693–5695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5691
struct BoundRef : NonCopyable {
5692
virtual ~BoundRef() = default;
5693
virtual auto isContainer() const -> bool {
5694
return false;
5695
}
5696
virtual auto isFlag() const -> bool {
5697
return false;
5698
}
Callers
1
cardinality
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected