function TracingDriver::getCreationTrace
3 calls to TracingDriver::getCreationTrace()
- TracingDriver::dump in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php - TracingDriver::enable in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php - Enable a callback to be active starting in the next tick.
- TracingDriver::reference in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php - Reference a callback.
File
-
vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php, line 239
Class
Namespace
Revolt\EventLoop\DriverCode
private function getCreationTrace(string $callbackId) : string {
return $this->creationTraces[$callbackId] ?? 'No creation trace, yet.';
}