espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

refactor(types): restrict visibility of NsPayloadByteLen::from_usize

Open CreeptoGengar opened this issue 10 months ago • 1 comments

Restrict the visibility of NsPayloadByteLen::from_usize method to crate-level since it's only used internally within the crate. This improves encapsulation and removes a TODO comment.

  • Changed visibility from pub to pub(crate)
  • Removed TODO comment about visibility restriction

CreeptoGengar avatar Jan 20 '25 21:01 CreeptoGengar

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 20 '25 21:01 CLAassistant