| 1026 | |
| 1027 | private: |
| 1028 | void merge() |
| 1029 | { |
| 1030 | fb_utils::mergeStatus(localVector, FB_NELEM(localStatus), this); |
| 1031 | makePermanentVector(localVector); |
| 1032 | } |
| 1033 | |
| 1034 | ISC_STATUS_ARRAY localStatus; |
| 1035 | ISC_STATUS* localVector; |
nothing calls this directly
no test coverage detected