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

Method vformat

lib_acl_cpp/src/stream/ostream.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94int ostream::vformat(const char* fmt, va_list ap)
95{
96 int ret = acl_vstream_vfprintf(stream_, fmt, ap);
97 if (ret == ACL_VSTREAM_EOF) {
98 eof_ = true;
99 }
100 return ret;
101}
102
103int ostream::write(acl_int64 n)
104{

Callers 15

fiber_log_writerFunction · 0.45
on_messageMethod · 0.45
url_coder.cppFile · 0.45
vformat_putMethod · 0.45
peek_fmtMethod · 0.45
list_tubes_fmtMethod · 0.45
query.cppFile · 0.45
replyfMethod · 0.45
doReplyMethod · 0.45
replyMethod · 0.45
reply_statusMethod · 0.45
show_pageMethod · 0.45

Calls 1

acl_vstream_vfprintfFunction · 0.85

Tested by

no test coverage detected