mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-18 09:22:52 +00:00
ProfileInfo is quite a large struct in terms of data, and we don't need to perform a copy in these instances, so we can just pass constant references instead.