nspcc-dev/neofs-node
Add functional address handler for `engine.ListWithCursorPrm`
開放
#2,941 建立於 2024年9月17日
I4S3U4enhancementgood first issueneofs-storage
倉庫指標
- 星標
- (36 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Is your feature request related to a problem? Please describe.
I'm always frustrated when we can't handle the addresses of objects from engine.ListWithCursorPrm without using an intermediate memory buffer.
Describe the solution you'd like
New function with functional handler for the addresses of objects in list.
Additional context
Idea of this come from this pr #2933.