MCPcopy 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

48static thread_local Context* threadContext = NULL;
49
50Context* 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

PortMethod · 0.85
PortMethod · 0.85
WindowMethod · 0.85
stepMethod · 0.85
EngineMethod · 0.85
appGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected