Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
type
runeWriter
interface
{
32
WriteRune(r rune) (n int, err error)
33
}
34
35
type
stringWriter
interface
{
Callers
1
handleEscaped
Method · 0.65
Implementers
1
Buffer
fflib/v1/buffer.go
Calls
no outgoing calls
Tested by
no test coverage detected