MCPcopy 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
112void AbstractFunction::log(FunctionCall && call)
113{
114 Binding::log(std::move(call));
115}
116
117int AbstractFunction::currentPos()
118{

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected