Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Register
Method
Register
include/cli/cli.h:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void Register(std::ostream& o)
98
{
99
ostreams.push_back(&o);
100
}
101
void UnRegister(std::ostream& o)
102
{
103
ostreams.erase(std::remove(ostreams.begin(), ostreams.end(), &o), ostreams.end());
Callers
1
CliSession
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected