MCPcopy Create free account
hub / github.com/pydio/cells / GetID

Method GetID

common/crypto/materials.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (op *EncryptedBlockHeaderOption) GetID() uint8 {
74 return optionIdMask & op.id
75}
76
77func (op *EncryptedBlockHeaderOption) GetValue() []byte {
78 return op.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected