| 113 | } // function SetAttributes |
| 114 | |
| 115 | void BufferedSpan::SetAttribute(const nostd::string_view& key, |
| 116 | const BufferedAttributeValue& value) noexcept { |
| 117 | attributes_.insert_or_assign(string(key), value); |
| 118 | } // function SetAttribute |
| 119 | |
| 120 | |
| 121 | void BufferedSpan::SetAttributeEmpty(const nostd::string_view& key) noexcept { |
no outgoing calls
no test coverage detected