MCPcopy Index your code
hub / github.com/pquerna/ffjson / WriteRune

Method WriteRune

fflib/v1/buffer.go:32–32  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

30
31type runeWriter interface {
32 WriteRune(r rune) (n int, err error)
33}
34
35type stringWriter interface {

Callers 1

handleEscapedMethod · 0.65

Implementers 1

Bufferfflib/v1/buffer.go

Calls

no outgoing calls

Tested by

no test coverage detected