MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_TraceMessage

Function ovr_TraceMessage

Revive/REV_CAPI.cpp:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ }
170
171OVR_PUBLIC_FUNCTION(ovrResult) ovr_IdentifyClient(const char* identity) { return ovrSuccess; /* Debugging feature */ }
172

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected