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

Function ddio_KeyInit

ddio/key.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155// ----------------------------------------------------------------------------
156
157bool ddio_KeyInit(ddio_init_info *init_info) {
158 if (ddio_InternalKeyInit(init_info)) {
159 DDIO_key_init = 1;
160 ddio_KeyFlush();
161 return 1;
162 }
163
164 return 0;
165}
166
167void ddio_KeyClose() {
168 if (DDIO_key_init) {

Callers 1

ddio_InitFunction · 0.85

Calls 2

ddio_InternalKeyInitFunction · 0.85
ddio_KeyFlushFunction · 0.85

Tested by

no test coverage detected