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

Method Bytes

encoding/xml/encoder.go:43–45  ·  view source on GitHub ↗

Bytes returns the []byte slice of the XML encoder

()

Source from the content-addressed store, hash-verified

41
42// Bytes returns the []byte slice of the XML encoder
43func (e Encoder) Bytes() []byte {
44 return e.w.Bytes()
45}
46
47// RootElement builds a root element encoding
48// It writes it's start element tag. The value should be closed.

Callers 1

EncodeMethod · 0.95

Calls 1

BytesMethod · 0.65

Tested by

no test coverage detected