Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ address
Method
address
source/glbinding/source/AbstractState.cpp:18–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
ProcAddress AbstractState::address() const
19
{
20
if (!m_initialized)
21
{
22
return nullptr;
23
}
24
25
return m_address;
26
}
27
28
bool AbstractState::isInitialized() const
29
{
Callers
2
coutFunc
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36