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

Method Kind

go/fory/errors.go:109–111  ·  view source on GitHub ↗

Kind returns the error kind for fast dispatch

()

Source from the content-addressed store, hash-verified

107
108// Kind returns the error kind for fast dispatch
109func (e Error) Kind() ErrorKind {
110 return e.kind
111}
112
113func (e Error) reverseStackString() string {
114 if len(e.stack) == 0 {

Callers 15

ReadMethod · 0.95
IsUnionTypeMethod · 0.80
validateOptionalFieldsFunction · 0.80
RegisterStructMethod · 0.80
RegisterUnionMethod · 0.80
RegisterEnumMethod · 0.80
registerEnumByNameMethod · 0.80
registerUnionByNameMethod · 0.80

Calls

no outgoing calls

Tested by 10

marshalTestValueFunction · 0.64
serdeFunction · 0.64
convertRecursivelyFunction · 0.64
sameFunction · 0.64
runCompatibilityCaseFunction · 0.64
testDeserializeFunction · 0.64
WriteDataMethod · 0.64