MCPcopy Create free account
hub / github.com/acl-dev/acl / format

Method format

lib_acl_cpp/src/http/HttpServletResponse.cpp:218–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218int HttpServletResponse::format(const char* fmt, ...)
219{
220 va_list ap;
221 va_start(ap, fmt);
222 int ret = vformat(fmt, ap);
223 va_end(ap);
224 return ret;
225}
226
227bool HttpServletResponse::write(const xml& body, const char* charset /* utf-8 */)
228{

Callers 5

build_requestMethod · 0.45
build_responseMethod · 0.45
write_chunkMethod · 0.45
fprint_headerMethod · 0.45
sprint_headerMethod · 0.45

Calls 1

vformatFunction · 0.50

Tested by

no test coverage detected