Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ visit
Method
visit
source/globjects/source/ObjectVisitor.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void ObjectVisitor::visit(Object* object)
22
{
23
assert(object != nullptr);
24
25
object->accept(*this);
26
}
27
28
void ObjectVisitor::visitBuffer(Buffer* /*buffer*/)
29
{
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected