| 60 | } |
| 61 | |
| 62 | [[nodiscard]] std::string ToString() const { return TextFormat("Model(meshCount=%d, materialCount=%d)", meshCount, materialCount); } |
| 63 | |
| 64 | operator std::string() const { return ToString(); } |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected