MCPcopy Create free account
hub / github.com/Tracktion/choc / cancel

Method cancel

choc/javascript/choc_javascript.h:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected