MCPcopy 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
87void Program::accept(ObjectVisitor & visitor)
88{
89 visitor.visitProgram(this);
90}
91
92void Program::use() const
93{

Callers

nothing calls this directly

Calls 1

visitProgramMethod · 0.80

Tested by

no test coverage detected