MCPcopy 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
1178void
1179XmlFileStream::indent(void)
1180{
1181 if (fileOpen != 0)
1182 for (int i=0; i<numIndent; i++)
1183 theFile << indentString;
1184}
1185
1186
1187int

Callers 3

tagMethod · 0.95
endTagMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected