MCPcopy
hub / github.com/pquerna/ffjson / WriteString

Method WriteString

fflib/v1/buffer.go:36–36  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

34
35type stringWriter interface {
36 WriteString(s string) (n int, err error)
37}
38
39type lener interface {

Callers 3

WriteJsonFunction · 0.65
AppendFloatFunction · 0.65
MarshalJSONBufMethod · 0.65

Implementers 1

Bufferfflib/v1/buffer.go

Calls

no outgoing calls

Tested by

no test coverage detected