Wrapper function for the HasProc */
| 48 | |
| 49 | /** Wrapper function for the HasProc */ |
| 50 | static bool HasGRFConfig(const ContentInfo &ci, bool md5sum) |
| 51 | { |
| 52 | return FindGRFConfig(std::byteswap(ci.unique_id), md5sum ? FGCM_EXACT : FGCM_ANY, md5sum ? &ci.md5sum : nullptr) != nullptr; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Check whether a function piece of content is locally known. |
nothing calls this directly
no test coverage detected