MCPcopy Create free account
hub / github.com/bloomberg/quantum / Dummy

Class Dummy

tests/quantum_tests.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172struct Dummy
173{
174 int MemberCoro(CoroContext<std::string>::Ptr ctx)
175 {
176 return ctx->set("test");
177 }
178};
179
180#ifdef BOOST_USE_VALGRIND
181 int fibInput = 10;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected