MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / name

Function name

applications/test/callback/Test-callback.C:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 {}
48
49 virtual const word& name() const
50 {
51 return word::null;
52 }
53
54 void testCallbackFunction() const
55 {
56 Info<< "calling testCallbackFunction for object " << name() << endl;
57 }
58};
59
60

Callers 15

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
procNeighboursFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
forAllFunction · 0.50
boundaryConformFunction · 0.50
autoDensity.CFile · 0.50
buildPatchAndTreeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected