* Determines whether or not the Model has data in it. */
| 186 | * Determines whether or not the Model has data in it. |
| 187 | */ |
| 188 | RLCPP_NODISCARD bool IsValid() const { return ::IsModelValid(*this); } |
| 189 | |
| 190 | protected: |
| 191 | void set(const ::Model& model) { |
nothing calls this directly
no outgoing calls
no test coverage detected