MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getScheduler

Method getScheduler

Source/Node/Node.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377Scheduler* Node::getScheduler() const noexcept {
378 return _scheduler;
379}
380
381Dictionary* Node::getUserData() {
382 if (!_userData) {

Callers 4

NodeMethod · 0.45
threadFunction · 0.45
threadLoopFunction · 0.45
showStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected