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

Method IsSerializerEnabled

benchmarks/csharp/Program.cs:131–134  ·  view source on GitHub ↗
(string serializer)

Source from the content-addressed store, hash-verified

129 }
130
131 public bool IsSerializerEnabled(string serializer)
132 {
133 return SerializerFilter.Count == 0 || SerializerFilter.Contains(serializer);
134 }
135
136 public void ValidateSchemaMismatch()
137 {

Callers 1

AddCasesMethod · 0.80

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected