()
| 71 | } |
| 72 | |
| 73 | func (op *EncryptedBlockHeaderOption) GetID() uint8 { |
| 74 | return optionIdMask & op.id |
| 75 | } |
| 76 | |
| 77 | func (op *EncryptedBlockHeaderOption) GetValue() []byte { |
| 78 | return op.value |
nothing calls this directly
no outgoing calls
no test coverage detected