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

Function newFory

benchmarks/go/benchmark_test.go:35–43  ·  view source on GitHub ↗

============================================================================ Fory Setup ============================================================================

()

Source from the content-addressed store, hash-verified

33// ============================================================================
34
35func newFory() *fory.Fory {
36 f := fory.New(
37 fory.WithXlang(true),
38 fory.WithTrackRef(false),
39 fory.WithCompatible(true),
40 )
41 registerForyTypes(f)
42 return f
43}
44
45func newForyReader() *fory.Fory {
46 f := fory.New(

Calls 1

registerForyTypesFunction · 0.85

Tested by

no test coverage detected