| 3258 | return mangled; |
| 3259 | |
| 3260 | struct protect |
| 3261 | { |
| 3262 | ~protect() |
| 3263 | { |
| 3264 | cache.clear(); |
| 3265 | } |
| 3266 | std::unordered_map<const char *, const char *> cache; |
| 3267 | std::mutex lk; |
| 3268 | }; |
| 3269 | |
| 3270 | static protect p; |
| 3271 | { |
nothing calls this directly
no outgoing calls
no test coverage detected