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

Function dDatabaseRead3

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

Source from the content-addressed store, hash-verified

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
134bool dDatabaseWrite1(const char *label, const char *entry, int entrylen) {
135 return Database->write(label, entry, entrylen);

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected