| 1079 | } |
| 1080 | |
| 1081 | void RuntimeProfile::AddInfoStringRedacted(const string& key, const string& value) { |
| 1082 | return AddInfoStringInternal(key, value, false, true); |
| 1083 | } |
| 1084 | |
| 1085 | void RuntimeProfile::AppendInfoString(const string& key, const string& value) { |
| 1086 | return AddInfoStringInternal(key, value, true); |
no outgoing calls
no test coverage detected