Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Context
Method
Context
src/SFGUI/Context.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
Context::Context() :
43
m_engine( nullptr )
44
{
45
}
46
47
Engine& Context::GetDefaultEngine() {
48
if( !default_engine ) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected