mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

File system operations may return uid and gid values, which we may want to pretty-print. We already have the code for getting information for the current user, so just need to add a parameter to make it exposed for every user. We expose information about groups in a similar manner also.