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

Method valid

src/OpenFOAM/memory/tmp/tmpI.H:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159template<class T>
160inline bool Foam::tmp<T>::valid() const
161{
162 return (!isTmp() || (isTmp() && ptr_));
163}
164
165
166template<class T>

Callers 15

mainFunction · 0.45
timeCheckFunction · 0.45
setRefinementFunction · 0.45
checkGeometry.CFile · 0.45
checkTopology.CFile · 0.45
checkMeshQuality.CFile · 0.45
mainFunction · 0.45
doCommandFunction · 0.45
mainFunction · 0.45
mergePatchFacesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected