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

Function dDatabaseWrite1

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

Source from the content-addressed store, hash-verified

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);
136}
137
138bool dDatabaseWrite2(const char *label, int entry) { return Database->write(label, entry); }
139

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected