MCPcopy Index your code
hub / github.com/unrolled/render / SetEscapeHTML

Method SetEscapeHTML

engine.go:40–40  ·  view source on GitHub ↗
(on bool)

Source from the content-addressed store, hash-verified

38type JSONEncoder interface {
39 Encode(v interface{}) error
40 SetEscapeHTML(on bool)
41 SetIndent(prefix, indent string)
42}
43

Callers 2

RenderMethod · 0.65
renderStreamingJSONMethod · 0.65

Implementers 1

TestEncoderrender_json_test.go

Calls

no outgoing calls

Tested by

no test coverage detected