MCPcopy Create free account
hub / github.com/segmentio/encoding / AppendFlags

TypeAlias AppendFlags

json/json.go:58–58  ·  view source on GitHub ↗

AppendFlags is a type used to represent configuration options that can be applied when formatting json output.

Source from the content-addressed store, hash-verified

56// AppendFlags is a type used to represent configuration options that can be
57// applied when formatting json output.
58type AppendFlags uint32
59
60const (
61 // EscapeHTML is a formatting flag used to to escape HTML in json strings.

Callers 2

TestMainFunction · 0.85
TestAppendEscapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected