MCPcopy Create free account
hub / github.com/catboost/catboost / Create

Method Create

library/cpp/coroutine/engine/impl.h:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197 template <class Functor>
198 TCont* Create(
199 Functor& f,
200 const char* name,
201 TMaybe<ui32> customStackSize = Nothing()
202 ) noexcept {
203 return Create((TContFunc)ContHelperFunc<Functor>, (void*)&f, name, customStackSize);
204 }
205
206 template <typename T, void (T::*M)(TCont*)>
207 TCont* Create(

Callers

nothing calls this directly

Calls 2

NothingFunction · 0.85
CreateFunction · 0.50

Tested by

no test coverage detected