mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 11:06:57 -06:00
de095ded5c
While GetFileType() is indeed a getter function, that doesn't mean it's a trivial function, given some case require reading from the data or constructing other objects in the background. Instead, only do necessary work once.