MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / tag

Method tag

SRC/handler/FileStream.cpp:216–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215
216int
217FileStream::tag(const char *tagName)
218{
219 if (fileOpen == 0)
220 this->open();
221
222 // output the xml for it to the file
223 this->indent();
224 (*this) << tagName << endln;
225
226 numIndent++;
227
228 return 0;
229}
230
231int
232FileStream::tag(const char *tagName, const char *value)

Callers 15

setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45

Calls 2

openMethod · 0.95
indentMethod · 0.95

Tested by

no test coverage detected