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

Method WriteString

middleware/stack.go:179–179  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

177type stringWriter interface {
178 io.Writer
179 WriteString(string) (int, error)
180 WriteRune(rune) (int, error)
181}
182

Callers 2

WriteLineMethod · 0.65
StringMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected