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

Class ConfigFileEntry

engine/dlib/src/dlib/configfile.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "static_assert.h"
32
33struct ConfigFileEntry
34{
35 uint64_t m_Key;
36 uint32_t m_ValueIndex;
37 ConfigFileEntry(uint64_t k, uint32_t i) :
38 m_Key(k), m_ValueIndex(i)
39 {
40 }
41};
42
43struct ConfigFile
44{

Callers 2

AddEntryFunction · 0.85
AddEntryWithHashedKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected