MCPcopy Create free account
hub / github.com/crashfort/SourceDemoRender / ScopedContext

Method ScopedContext

Projects/Shared/Source/Error.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45SDR::Error::ScopedContext::ScopedContext(std::string&& str)
46{
47 ContextStack.emplace_back(std::move(str));
48}
49
50SDR::Error::ScopedContext::~ScopedContext()
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected