| 1083 | } |
| 1084 | |
| 1085 | void RuntimeProfile::AppendInfoString(const string& key, const string& value) { |
| 1086 | return AddInfoStringInternal(key, value, true); |
| 1087 | } |
| 1088 | |
| 1089 | void RuntimeProfileBase::AddInfoStringInternal( |
| 1090 | const string& key, string value, bool append, bool redact) { |
no outgoing calls
no test coverage detected