Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ log
Method
log
source/glbinding/source/AbstractFunction.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void AbstractFunction::log(FunctionCall && call)
113
{
114
Binding::log(std::move(call));
115
}
116
117
int AbstractFunction::currentPos()
118
{
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected