MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / sub_title

Function sub_title

tests/cppunit/htmloutput.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void
175 sub_title(ostream& os, const string& title, int size)
176 {
177 ostringstream h;
178 h << "h" << size;
179 os << "<" << h.str() << ">" << escape(title) << "</" << h.str() << ">\n";
180 }
181
182 void
183 sub_title(ostream& os, const string& title, int size, const string& mark)

Callers 3

operator()Method · 0.85
operator()Method · 0.85
generateMethod · 0.85

Calls 2

escapeFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected