MCPcopy Create free account
hub / github.com/defold/defold / GetConsistencyPolicy

Function GetConsistencyPolicy

engine/dlib/src/dlib/http_cache.cpp:804–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 }
803
804 ConsistencyPolicy GetConsistencyPolicy(HCache cache)
805 {
806 dmMutex::ScopedLock lock(cache->m_Mutex);
807 return cache->m_Policy;
808 }
809
810 void Iterate(HCache cache, void* context, void (*call_back)(void* context, const EntryInfo* entry_info))
811 {

Callers 1

GetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected