MCPcopy 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
599void
600FileStream::indent(void)
601{
602 if (fileOpen != 0)
603 for (int i=0; i<numIndent; i++)
604 theFile << indentString;
605}
606
607int FileStream::flush() {
608 if (theFile.is_open() && theFile.good()) {

Callers 3

tagMethod · 0.95
attrMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected