MCPcopy Create free account
hub / github.com/crownengine/crown / get

Method get

3rdparty/openal/alc/alc.cpp:860–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 ALCcontext *get() const noexcept { return ctx; }
861 void set(ALCcontext *ctx_) noexcept { ctx = ctx_; }
862};
863thread_local ThreadCtx LocalContext;

Callers 15

filter.cppFile · 0.45
LIKELYFunction · 0.45
GetSourceSampleOffsetFunction · 0.45
GetSourceSecOffsetFunction · 0.45
GetSourceOffsetFunction · 0.45
FreeSourceFunction · 0.45
SendStateChangeEventFunction · 0.45
SetSourcefvFunction · 0.45
SetSourceivFunction · 0.45
GetSourcedvFunction · 0.45
GetSourcei64vFunction · 0.45
source.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected