| 330 | } |
| 331 | |
| 332 | inline bool Context::cancel() |
| 333 | { |
| 334 | CHOC_ASSERT (pimpl != nullptr); // cannot call this on a moved-from context! |
| 335 | return pimpl->cancel(); |
| 336 | } |
| 337 | |
| 338 | inline std::string makeSafeIdentifier (std::string s) |
| 339 | { |
nothing calls this directly
no outgoing calls
no test coverage detected