Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ contextGet
Function
contextGet
src/context.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
static thread_local Context* threadContext = NULL;
49
50
Context* contextGet() {
51
return threadContext;
52
}
53
54
// Apple's clang incorrectly compiles this function when -O2 or higher is enabled.
55
#ifdef ARCH_MAC
Callers
6
Port
Method · 0.85
Port
Method · 0.85
Window
Method · 0.85
step
Method · 0.85
Engine
Method · 0.85
appGet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected