MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Exists

Method Exists

Source/Engine/Graphics/Shaders/Cache/ShaderCacheManager.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool ShaderCacheManager::CachedEntryHandle::Exists() const
118{
119 return FileSystem::FileExists(Path);
120}
121
122DateTime ShaderCacheManager::CachedEntryHandle::GetModificationDate() const
123{

Callers 15

TryGetEntryMethod · 0.45
LoadAssemblyImageMethod · 0.45
VulkanSdkMethod · 0.45
TryGetIncludePathMethod · 0.45
AddDependencyFilesMethod · 0.45
OpenProjectMethod · 0.45
AddPlatformToolsMethod · 0.45
SetupMethod · 0.45
StartInitEndingMethod · 0.45
OnRequestingExitMethod · 0.45
OnContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected