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

Function DummyCoro

tests/quantum_tests.cpp:154–158  ·  view source on GitHub ↗

============================================================================== TEST HELPERS ==============================================================================

Source from the content-addressed store, hash-verified

152// TEST HELPERS
153//==============================================================================
154int DummyCoro(CoroContext<int>::Ptr ctx)
155{
156 UNUSED(ctx);
157 return 0;
158}
159
160std::string DummyCoro2(VoidContextPtr)
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected