MCPcopy
hub / github.com/CodisLabs/codis / Encode

Method Encode

pkg/models/proxy.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (p *Proxy) Encode() []byte {
28 return jsonEncode(p)
29}

Callers 15

AcquireMethod · 0.45
UpdateSlotMappingMethod · 0.45
UpdateGroupMethod · 0.45
UpdateProxyMethod · 0.45
UpdateSentinelMethod · 0.45
reinitProxyMethod · 0.45
storeCreateGroupMethod · 0.45
storeUpdateGroupMethod · 0.45
storeRemoveGroupMethod · 0.45
storeCreateProxyMethod · 0.45
storeUpdateProxyMethod · 0.45

Calls 1

jsonEncodeFunction · 0.85

Tested by

no test coverage detected