* Registers a global timed event. * * When the passed function is called, the parameters `(eventId, delay, repeats)` are passed to it. * * Repeats will decrease on each call if the event does not repeat indefinitely * * @proto eventId = (function, delay) * @proto eventId = (function, delaytable) * @proto eventId = (function, delay, repeats) * @proto eve
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected