Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/ProgramPipeline.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void ProgramPipeline::accept(ObjectVisitor & visitor)
39
{
40
visitor.visitProgramPipeline(this);
41
}
42
43
void ProgramPipeline::use() const
44
{
Callers
nothing calls this directly
Calls
1
visitProgramPipeline
Method · 0.80
Tested by
no test coverage detected