MCPcopy Create free account
hub / github.com/paypal/junodb / SetKey

Method SetKey

pkg/proto/opMsg.go:192–194  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

190}
191
192func (m *OperationalMessage) SetKey(key []byte) {
193 m.key = key
194}
195
196func (m *OperationalMessage) GetKey() []byte {
197 return m.key

Callers 15

IsUpMethod · 0.95
newDefaultGetRequestFunction · 0.95
newDefaultSetRequestFunction · 0.95
TestSet_PrepReq_ValidateFunction · 0.95
BenchmarkSetFunction · 0.95
newDefaultMarkDeleteFunction · 0.95

Calls

no outgoing calls

Tested by 15

newDefaultGetRequestFunction · 0.76
newDefaultSetRequestFunction · 0.76
TestSet_PrepReq_ValidateFunction · 0.76
BenchmarkSetFunction · 0.76
newDefaultMarkDeleteFunction · 0.76
newDefaultUpdateRequestFunction · 0.76