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

Method String

encoding/xml/encoder.go:38–40  ·  view source on GitHub ↗

String returns the string output of the XML encoder

()

Source from the content-addressed store, hash-verified

36
37// String returns the string output of the XML encoder
38func (e Encoder) String() string {
39 return e.w.String()
40}
41
42// Bytes returns the []byte slice of the XML encoder
43func (e Encoder) Bytes() []byte {

Callers 1

ExampleEncoderFunction · 0.95

Calls 1

StringMethod · 0.65

Tested by 1

ExampleEncoderFunction · 0.76