MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Encode

Method Encode

base/util.go:1474–1474  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

1472// JSONEncoderI is the common interface between json.Encoder and jsoniter.Encoder
1473type JSONEncoderI interface {
1474 Encode(v interface{}) error
1475 SetIndent(prefix, indent string)
1476 SetEscapeHTML(on bool)
1477}

Callers 15

writeStatsFunction · 0.65
SetURLQueryParamFunction · 0.65
EncodeMethod · 0.65
EncodeMethod · 0.65
saveAsKeyFileFunction · 0.65
saveAsCertFileFunction · 0.65
insertBucketMethod · 0.65
HexToBase64Function · 0.65
setXDCRBucketSettingMethod · 0.65
createClusterFunction · 0.65
StartMethod · 0.65

Calls

no outgoing calls

Tested by 11

saveAsKeyFileFunction · 0.52
saveAsCertFileFunction · 0.52
TestCECheckFunction · 0.52
generateX509CAFunction · 0.52
generateChainCertFunction · 0.52
renderJSONFunction · 0.52
setServerPurgeIntervalFunction · 0.52