MCPcopy Create free account
hub / github.com/baidu/babylon / BasicReusableSerializable

Function BasicReusableSerializable

test/reusable/test_vector.cpp:539–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 struct AllocationMetadata {};
538
539 BasicReusableSerializable() = default;
540 BasicReusableSerializable(int x) : i {x} {}
541
542 int i {0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected