chenzihan0416 opened a new pull request, #17568: URL: https://github.com/apache/nuttx/pull/17568
add foreach api for hash table ## Summary Add hforeach() and hforeach_r() functions to iterate over hash table entries. These functions provide a convenient way to traverse all entries in a hash table using a callback function pattern. ## Impact New API addition: Extends the POSIX search.h interface with iteration capabilities ## Testing New APIs, no transport port to this API yet. And another PR will use this API, and the functionality has been tested successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
