Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
type
bytesReader
interface
{
27
Bytes() []byte
28
String() string
29
}
30
31
type
runeWriter
interface
{
32
WriteRune(r rune) (n int, err error)
Callers
12
lexString
Method · 0.65
scanField
Method · 0.65
renderTpl
Method · 0.65
RenderTemplate
Function · 0.65
ffjson.go
File · 0.65
tDouble
Function · 0.65
tInt
Function · 0.65
ExtractStructs
Function · 0.65
getType
Function · 0.65
testSameMarshal
Function · 0.65
testCycle
Function · 0.65
getXValue
Function · 0.65
Implementers
1
Buffer
fflib/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…