Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ basic_nullstream
Method
basic_nullstream
DbgMsgSrc/dbgstream.h:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
{
91
public:
92
basic_nullstream() : std::basic_ostream<Elem, Tr>(&buf)
93
{
94
}
95
96
private:
97
basic_nullbuf<Elem, Tr> buf;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected