| 71 | public: |
| 72 | |
| 73 | RString Name() const {return _name;} |
| 74 | // Non-copying name accessor. Name() returns RString by value, whose |
| 75 | // copy does a non-atomic CompactBuffer AddRef on the shared name buffer — a data |
| 76 | // race when called off the main thread (the streaming pump's diag log/trace). |
no outgoing calls
no test coverage detected