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

Method WriteEntryContext

engine/dlib/src/dlib/http_cache.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 bool m_Error;
286 HashState64 m_HashState;
287 WriteEntryContext(FILE* f)
288 {
289 m_File = f;
290 m_Error = false;
291 dmHashInit64(&m_HashState, false);
292 }
293 };
294
295 static void WriteEntry(WriteEntryContext* context, const uint64_t* key, Entry* entry)

Callers

nothing calls this directly

Calls 1

dmHashInit64Function · 0.85

Tested by

no test coverage detected