| 3897 | |
| 3898 | |
| 3899 | jrd_tra* jrd_tra::getOuter() |
| 3900 | { |
| 3901 | jrd_tra* tra = this; |
| 3902 | |
| 3903 | while (tra->tra_outer) |
| 3904 | tra = tra->tra_outer; |
| 3905 | |
| 3906 | return tra; |
| 3907 | } |
| 3908 | |
| 3909 | |
| 3910 | MemoryPool* jrd_tra::getAutonomousPool() |
no outgoing calls
no test coverage detected