Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ DebugOutStream
Method
DebugOutStream
test/catch.hpp:14980–14984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14978
14979
public:
14980
DebugOutStream()
14981
: m_streamBuf(new StreamBufImpl<OutputDebugWriter>())
14982
, m_os(m_streamBuf.get())
14983
{
14984
}
14985
14986
~DebugOutStream() override = default;
14987
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected