Private constructor to prevent CurrentContext from being constructed outside of get()
| 186 | private: |
| 187 | // Private constructor to prevent CurrentContext from being constructed outside of get() |
| 188 | CurrentContext() = default; |
| 189 | }; |
| 190 | } // namespace GlContextImpl |
| 191 | } // namespace |
nothing calls this directly
no outgoing calls
no test coverage detected