MCPcopy Create free account
hub / github.com/pquerna/ffjson / stringWriter

Interface stringWriter

fflib/v1/buffer.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…