| 61 | } |
| 62 | |
| 63 | [[nodiscard]] std::string ToString() const { return TextFormat("Music(frameCount=%u, looping=%s)", frameCount, looping ? "true" : "false"); } |
| 64 | |
| 65 | operator std::string() const { return ToString(); } |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected