* Retrieve whether or not the Music has been loaded. * * @return True or false depending on whether the Music has been loaded. */
| 192 | * @return True or false depending on whether the Music has been loaded. |
| 193 | */ |
| 194 | RLCPP_NODISCARD bool IsValid() const { return ::IsMusicValid(*this); } |
| 195 | |
| 196 | protected: |
| 197 | void set(const ::Music& music) { |
nothing calls this directly
no outgoing calls
no test coverage detected