| 535 | #if BABYLON_USE_PROTOBUF |
| 536 | struct BasicReusableSerializable { |
| 537 | struct AllocationMetadata {}; |
| 538 | |
| 539 | BasicReusableSerializable() = default; |
| 540 | BasicReusableSerializable(int x) : i {x} {} |
nothing calls this directly
no outgoing calls
no test coverage detected