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

Method String

go/fory/decimal.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (d Decimal) String() string {
46 return fmt.Sprintf("%se%d", d.Unscaled.String(), -d.Scale)
47}
48
49var (
50 decimalReflectType = reflect.TypeFor[Decimal]()

Callers 15

mainFunction · 0.45
newTypeResolverFunction · 0.45
calcTypeHashFunction · 0.45
createSerializerMethod · 0.45
encodeTypeMethod · 0.45
WriteDataMethod · 0.45
canonicalDecimalStringFunction · 0.45
decimalDigitCountFunction · 0.45
ReadDataMethod · 0.45

Calls

no outgoing calls