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

Method Allow

csharp/src/Fory/MetaString.cs:213–216  ·  view source on GitHub ↗
(MetaStringEncoding encoding)

Source from the content-addressed store, hash-verified

211 private MetaStringEncoding ChooseEncoding(string input, IReadOnlyList<MetaStringEncoding>? allowedEncodings)
212 {
213 bool Allow(MetaStringEncoding encoding)
214 {
215 return allowedEncodings is null || allowedEncodings.Contains(encoding);
216 }
217
218 int digitCount = 0;
219 int upperCount = 0;

Callers

nothing calls this directly

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected