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

Method start

Libraries/Async/Async.cpp:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156bool SC::AsyncRequest::isActive() const { return state == State::Active or state == State::Reactivate; }
157
158SC::Result SC::AsyncRequest::start(AsyncEventLoop& eventLoop) { return eventLoop.start(*this); }
159
160//-------------------------------------------------------------------------------------------------------
161// AsyncResult

Callers 10

openMethod · 0.45
closeMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
copyFileMethod · 0.45
renameMethod · 0.45
removeEmptyDirectoryMethod · 0.45
removeFileMethod · 0.45
copyDirectoryMethod · 0.45
createMethod · 0.45

Calls 7

getAddressFamilyMethod · 0.80
checkStateMethod · 0.80
queueSubmissionMethod · 0.80
ResultClass · 0.70
ErrorEnum · 0.50
getMethod · 0.45
validateMethod · 0.45

Tested by

no test coverage detected