* Insert a mapping into the set. */
| 265 | * Insert a mapping into the set. |
| 266 | */ |
| 267 | static void insertMapping(Mapping *mapping, MappingSet &mappings) |
| 268 | { |
| 269 | mappings.push_back(mapping); |
| 270 | } |
| 271 | |
| 272 | /* |
| 273 | * Save a mapping into the set. |
no outgoing calls
no test coverage detected