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

Method setDebugName

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

Source from the content-addressed store, hash-verified

71#endif
72
73void SC::AsyncRequest::setDebugName(const char* newDebugName)
74{
75 (void)(newDebugName);
76#if SC_ASYNC_ENABLE_LOG
77 debugName = newDebugName;
78#endif
79}
80
81void SC::AsyncRequest::executeOn(AsyncSequence& task) { sequence = &task; }
82

Callers 5

eventLoopWatchStopMethod · 0.45
setThreadPoolForMethod · 0.45
fileCompressRemoteMethod · 0.45
startMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 3

eventLoopWatchStopMethod · 0.36
setThreadPoolForMethod · 0.36
fileCompressRemoteMethod · 0.36