Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ overflow
Method
overflow
include/cli/cli.h:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return n;
89
}
90
int overflow(int c) override
91
{
92
for (auto os: ostreams)
93
*os << static_cast<char>(c);
94
return c;
95
}
96
97
void Register(std::ostream& o)
98
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected