MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AwaitCancellationMessage

Function AwaitCancellationMessage

Libraries/Await/Await.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117} // namespace
118
119const char* AwaitCancellationMessage() { return AwaitCancellationMessageStorage; }
120
121Result AwaitCancelledResult() { return Result::FromStableCharPointer(AwaitCancellationMessageStorage); }
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected