MCPcopy Create free account
hub / github.com/apache/fory / TEST

Function TEST

cpp/fory/serialization/serialization_test.cc:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198// ============================================================================
199
200TEST(SerializationTest, BoolRoundtrip) {
201 test_roundtrip(true);
202 test_roundtrip(false);
203}
204
205TEST(SerializationTest, HarnessDestroyRunsRegisteredDestructor) {
206 auto fory =

Callers

nothing calls this directly

Calls 15

read_string_dataFunction · 0.85
read_u16string_dataFunction · 0.85
read_dataFunction · 0.85
buffer_bytesFunction · 0.85
write_dataFunction · 0.85
make_remote_type_metaFunction · 0.85
attachMethod · 0.80
days_since_epochMethod · 0.80

Tested by

no test coverage detected