Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ operator<<
Method
operator<<
Bcore/src/main/cpp/Dobby/tests/catch.hpp:6155–6158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6153
}
6154
6155
friend auto operator<<(std::ostream &os, Parser const &parser) -> std::ostream & {
6156
parser.writeToStream(os);
6157
return os;
6158
}
6159
6160
auto validate() const -> Result override {
6161
for (auto const &opt : m_options) {
Callers
1
convert
Method · 0.45
Calls
1
writeToStream
Method · 0.80
Tested by
no test coverage detected