MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetEntryType

Function GetEntryType

src/platform.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244#if !defined(__vita__) && !defined(_WIN32)
245[[maybe_unused]] static inline Platform::FileType GetEntryType(...) {
246 return Platform::FileType::Unknown;
247}
248
249template <typename T, typename = decltype(std::declval<T>().d_type)>
250static inline Platform::FileType GetEntryType(T* entry) {

Callers 1

GetEntryTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected