MCPcopy Index your code
hub / github.com/acl-dev/acl / format

Method format

lib_acl_cpp/src/stream/ostream.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int ostream::format(const char* fmt, ...)
129{
130 va_list ap;
131
132 va_start(ap, fmt);
133 int ret = vformat(fmt, ap);
134 va_end(ap);
135 return ret;
136}
137
138int ostream::puts(const char* s)
139{

Callers 15

main.cppFile · 0.45
read_callbackMethod · 0.45
redis_setFunction · 0.45
redis_getFunction · 0.45
redis_delFunction · 0.45
runMethod · 0.45
user_loginMethod · 0.45
client_loginFunction · 0.45
fiber_readerFunction · 0.45
client_loginFunction · 0.45
client_loginFunction · 0.45
fiber_writerFunction · 0.45

Calls 1

vformatFunction · 0.50

Tested by 15

test_delFunction · 0.36
test_expireFunction · 0.36
test_ttlFunction · 0.36
test_existsFunction · 0.36
test_typeFunction · 0.36
test_setFunction · 0.36
test_getFunction · 0.36
test_hmsetFunction · 0.36
test_hmgetFunction · 0.36
test_redis_session_attrsFunction · 0.36
test_addjobFunction · 0.36
test_addjobFunction · 0.36