| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | final class X64LinuxThreadPointerRetriever implements ThreadPointerRetrieverInterface |
||
| 22 | { |
||
| 23 | public static function createDefault(): self |
||
| 29 | ) |
||
| 30 | ); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function __construct( |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @throws TlsFinderException |
||
| 40 | */ |
||
| 41 | public function getThreadPointer(int $pid): int |
||
| 50 |