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

Method IsDataEnabled

benchmarks/csharp/Program.cs:126–129  ·  view source on GitHub ↗
(string dataType)

Source from the content-addressed store, hash-verified

124 }
125
126 public bool IsDataEnabled(string dataType)
127 {
128 return DataFilter.Count == 0 || DataFilter.Contains(dataType);
129 }
130
131 public bool IsSerializerEnabled(string serializer)
132 {

Callers 1

AddCasesMethod · 0.80

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected