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

Interface bytesReader

fflib/v1/buffer.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type bytesReader interface {
27 Bytes() []byte
28 String() string
29}
30
31type runeWriter interface {
32 WriteRune(r rune) (n int, err error)

Callers 12

lexStringMethod · 0.65
scanFieldMethod · 0.65
renderTplMethod · 0.65
RenderTemplateFunction · 0.65
ffjson.goFile · 0.65
tDoubleFunction · 0.65
tIntFunction · 0.65
ExtractStructsFunction · 0.65
getTypeFunction · 0.65
testSameMarshalFunction · 0.65
testCycleFunction · 0.65
getXValueFunction · 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…