.obj was loaded or parsed correctly.
| 563 | /// .obj was loaded or parsed correctly. |
| 564 | /// |
| 565 | bool Valid() const { return valid_; } |
| 566 | |
| 567 | const attrib_t &GetAttrib() const { return attrib_; } |
| 568 |
nothing calls this directly
no outgoing calls
no test coverage detected