Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ indent
Function
indent
src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:237–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
237
void Foam::OSstream::indent()
238
{
239
for (unsigned short i = 0; i < indentLevel_*indentSize_; i++)
240
{
241
os_ <<
' '
;
242
}
243
}
244
245
246
void Foam::OSstream::flush()
Callers
1
Ostream.C
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected