| 157 | return canVisitHandle(ps, info); |
| 158 | } |
| 159 | void beforeStructure_ ( char * ps, StructInfo * info ) { |
| 160 | visited.emplace_back(make_pair(ps,info->hash)); |
| 161 | beforeStructure(ps, info); |
| 162 | } |
| 163 | void afterStructure_ ( char * ps, StructInfo * info ) { |
| 164 | visited.pop_back(); |
| 165 | afterStructure(ps, info); |
no test coverage detected