MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / writeString

Method writeString

encode.go:267–270  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

265}
266
267func (e *Encoder) writeString(s string) error {
268 _, err := e.w.Write(stringToBytes(s))
269 return err
270}

Callers 1

encodeNormalStringMethod · 0.95

Calls 1

stringToBytesFunction · 0.70

Tested by

no test coverage detected