| 410 | } |
| 411 | |
| 412 | inline OutRec* GetRealOutRec(OutRec* outrec) |
| 413 | { |
| 414 | while (outrec && !outrec->pts) outrec = outrec->owner; |
| 415 | return outrec; |
| 416 | } |
| 417 | |
| 418 | inline bool IsValidOwner(OutRec* outrec, OutRec* testOwner) |
| 419 | { |
no outgoing calls
no test coverage detected