Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brenocq/implot3d
/ GetCurrentContext
Function
GetCurrentContext
implot3d.cpp:180–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
ImPlot3DContext* GetCurrentContext() { return GImPlot3D; }
181
182
void SetCurrentContext(ImPlot3DContext* ctx) { GImPlot3D = ctx; }
183
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected