Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ indent
Method
indent
SRC/handler/FileStream.cpp:599–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
598
599
void
600
FileStream::indent(void)
601
{
602
if (fileOpen != 0)
603
for (int i=0; i<numIndent; i++)
604
theFile << indentString;
605
}
606
607
int FileStream::flush() {
608
if (theFile.is_open() && theFile.good()) {
Callers
3
tag
Method · 0.95
attr
Method · 0.95
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected