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

Method Empty

csharp/src/Fory/MetaString.cs:72–75  ·  view source on GitHub ↗
(char specialChar1, char specialChar2)

Source from the content-addressed store, hash-verified

70 public bool StripLastChar { get; }
71
72 public static MetaString Empty(char specialChar1, char specialChar2)
73 {
74 return new MetaString(string.Empty, MetaStringEncoding.Utf8, specialChar1, specialChar2, []);
75 }
76
77 public bool Equals(MetaString other)
78 {

Callers 15

AssertGraphMethod · 0.45
TestFloat16SliceFunction · 0.45
TestBFloat16SliceFunction · 0.45
TestIntSliceFunction · 0.45
TestUintSliceFunction · 0.45
TestInt8SliceFunction · 0.45
TestInt16SliceFunction · 0.45
TestInt32SliceFunction · 0.45
TestInt64SliceFunction · 0.45
TestUint16SliceFunction · 0.45

Calls

no outgoing calls

Tested by 15

AssertGraphMethod · 0.36
TestFloat16SliceFunction · 0.36
TestBFloat16SliceFunction · 0.36
TestIntSliceFunction · 0.36
TestUintSliceFunction · 0.36
TestInt8SliceFunction · 0.36
TestInt16SliceFunction · 0.36
TestInt32SliceFunction · 0.36
TestInt64SliceFunction · 0.36
TestUint16SliceFunction · 0.36