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

Function create_serializer

cpp/fory/serialization/weak_ptr_serializer_test.cc:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// ============================================================================
34
35Fory create_serializer(bool track_ref = true) {
36 return Fory::builder()
37 .xlang(true)
38 .track_ref(track_ref)
39 .compatible(true)
40 .build();
41}
42
43// ============================================================================
44// Basic SharedWeak Tests

Callers 1

TESTFunction · 0.70

Calls 4

buildMethod · 0.45
compatibleMethod · 0.45
track_refMethod · 0.45
xlangMethod · 0.45

Tested by

no test coverage detected