MCPcopy Create free account
hub / github.com/aws/smithy-go / EncodeFixedNegInt

TypeAlias EncodeFixedNegInt

encoding/cbor/encode.go:210–210  ·  view source on GitHub ↗

FixedUint encodes fixed-width NegInt values. This is used by the encoder for the purpose of embedding integrals in document shapes. Decode will never return values of this type.

Source from the content-addressed store, hash-verified

208// This is used by the encoder for the purpose of embedding integrals in
209// document shapes. Decode will never return values of this type.
210type EncodeFixedNegInt uint64
211
212func (EncodeFixedNegInt) len() int { return 9 }
213

Callers 1

encodeNumberMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected