Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/Program.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void Program::accept(ObjectVisitor & visitor)
88
{
89
visitor.visitProgram(this);
90
}
91
92
void Program::use() const
93
{
Callers
nothing calls this directly
Calls
1
visitProgram
Method · 0.80
Tested by
no test coverage detected