MCPcopy Create free account
hub / github.com/cirquit/trdrop / CopyableStream

Method CopyableStream

ext/catch.hpp:1168–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166
1167 struct CopyableStream {
1168 CopyableStream() {}
1169 CopyableStream( CopyableStream const& other ) {
1170 oss << other.oss.str();
1171 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected