Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
template<class T>
160
inline bool Foam::tmp<T>::valid() const
161
{
162
return (!isTmp() || (isTmp() && ptr_));
163
}
164
165
166
template<class T>
Callers
15
main
Function · 0.45
timeCheck
Function · 0.45
setRefinement
Function · 0.45
checkGeometry.C
File · 0.45
checkTopology.C
File · 0.45
checkMeshQuality.C
File · 0.45
main
Function · 0.45
doCommand
Function · 0.45
main
Function · 0.45
mergePatchFaces
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected