| 8450 | } |
| 8451 | |
| 8452 | static bool WriteGltfStream(std::ostream &stream, const std::string &content) { |
| 8453 | stream << content << std::endl; |
| 8454 | return stream.good(); |
| 8455 | } |
| 8456 | |
| 8457 | static bool WriteGltfFile(const std::string &output, |
| 8458 | const std::string &content) { |
no outgoing calls
no test coverage detected