Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StereoKit/StereoKit
/ backend_openxr_get_time
Function
backend_openxr_get_time
StereoKitC/backend.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
///////////////////////////////////////////
60
61
int64_t backend_openxr_get_time() {
62
log_err(backend_err_wrong_backend);
63
return 0;
64
}
65
66
///////////////////////////////////////////
67
Callers
nothing calls this directly
Calls
1
log_err
Function · 0.85
Tested by
no test coverage detected