MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / hasRef

Method hasRef

include/PyEventLoop.hh:111–113  ·  view source on GitHub ↗

* @brief Getter for if the timer has been ref'ed */

Source from the content-addressed store, hash-verified

109 * @brief Getter for if the timer has been ref'ed
110 */
111 inline bool hasRef() {
112 return _refed;
113 }
114
115 /**
116 * @brief Ref the timer so that the event-loop won't exit as long as the timer is active

Callers 2

timerHasRefFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected