| 203 | //////////////////////////////////////////////////////////////////////////////// |
| 204 | |
| 205 | TFormattableGuid::TFormattableGuid(TGuid guid) |
| 206 | : End_(WriteGuidToBuffer(Buffer_.data(), guid)) |
| 207 | { } |
| 208 | |
| 209 | TStringBuf TFormattableGuid::ToStringBuf() const |
| 210 | { |
nothing calls this directly
no test coverage detected