Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddCases
Method · 0.80
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected