Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ before
Method
before
source/glbinding/source/Binding.cpp:121–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void Binding::before(const FunctionCall & call)
122
{
123
if (s_beforeCallback())
124
{
125
s_beforeCallback()(call);
126
}
127
}
128
129
void Binding::after(const FunctionCall & call)
130
{
Callers
1
doxy-boot.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected