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

Method String

encoding/json/encoder.go:23–25  ·  view source on GitHub ↗

String returns the String output of the JSON encoder

()

Source from the content-addressed store, hash-verified

21
22// String returns the String output of the JSON encoder
23func (e Encoder) String() string {
24 return e.w.String()
25}
26
27// Bytes returns the []byte slice of the JSON encoder
28func (e Encoder) Bytes() []byte {

Callers 1

TestEncoderFunction · 0.95

Calls 1

StringMethod · 0.65

Tested by 1

TestEncoderFunction · 0.76