Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/Query.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void Query::accept(ObjectVisitor& visitor)
92
{
93
visitor.visitQuery(this);
94
}
95
96
void Query::begin(const GLenum target) const
97
{
Callers
1
visit
Method · 0.45
Calls
1
visitQuery
Method · 0.80
Tested by
no test coverage detected