Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
type
stringWriter
interface
{
36
WriteString(s string) (n int, err error)
37
}
38
39
type
lener
interface
{
40
Len() int
Callers
3
WriteJson
Function · 0.65
AppendFloat
Function · 0.65
MarshalJSONBuf
Method · 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…