MCPcopy Create free account
hub / github.com/daniele77/cli / UnRegister

Method UnRegister

include/cli/cli.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
104 }
105
106 private:
107

Callers 1

~CliSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected