Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ indent
Method
indent
SRC/handler/XmlFileStream.cpp:1178–1184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1176
}
1177
1178
void
1179
XmlFileStream::indent(void)
1180
{
1181
if (fileOpen != 0)
1182
for (int i=0; i<numIndent; i++)
1183
theFile << indentString;
1184
}
1185
1186
1187
int
Callers
3
tag
Method · 0.95
endTag
Method · 0.95
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected