Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ writeData
Function
writeData
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
bool Foam::IOdictionary::writeData(Ostream& os) const
50
{
51
dictionary::write(os, false);
52
return os.good();
53
}
54
55
56
// ************************************************************************* //
Callers
9
readData
Function · 0.70
GlobalIOField.C
File · 0.50
IOList.C
File · 0.50
GlobalIOList.C
File · 0.50
IOMap.C
File · 0.50
CompactIOList.C
File · 0.50
IOField.C
File · 0.50
CompactIOField.C
File · 0.50
IOPtrList.C
File · 0.50
Calls
2
write
Function · 0.50
good
Method · 0.45
Tested by
no test coverage detected