MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / dDatabaseRead2

Function dDatabaseRead2

Descent3/DllWrappers.cpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128bool dDatabaseRead1(const char *label, char *entry, int *entrylen) { return Database->read(label, entry, entrylen); }
129
130bool dDatabaseRead2(const char *label, void *entry, int wordsize) { return Database->read(label, entry, wordsize); }
131
132bool dDatabaseRead3(const char *label, bool *entry) { return Database->read(label, entry); }
133

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected