MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetCurrentContext

Function GetCurrentContext

Source/3rdParty/implot/implot.cpp:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490ImPlotContext* GetCurrentContext() {
491 return GImPlot;
492}
493
494void SetCurrentContext(ImPlotContext* ctx) {
495 GImPlot = ctx;

Callers 7

BeginMethod · 0.85
CreateContextMethod · 0.85
DestroyContextMethod · 0.85
ShowDemoWindowMethod · 0.85
ScrollWhenDraggingOnVoidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected