MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / osvrClientShutdown

Function osvrClientShutdown

src/osvr/ClientKit/ContextC.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65OSVR_ReturnCode osvrClientShutdown(OSVR_ClientContext ctx) {
66 if (nullptr == ctx) {
67 OSVR_DEV_VERBOSE("Can't delete a null Client Context!");
68 return OSVR_RETURN_FAILURE;
69 }
70 osvr::common::deleteContext(ctx);
71 return OSVR_RETURN_SUCCESS;
72}

Callers 12

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
~ClientContextMethod · 0.85

Calls 1

deleteContextFunction · 0.85

Tested by

no test coverage detected