Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
int 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
138
int ostream::puts(const char* s)
139
{
Callers
15
main.cpp
File · 0.45
read_callback
Method · 0.45
redis_set
Function · 0.45
redis_get
Function · 0.45
redis_del
Function · 0.45
run
Method · 0.45
user_login
Method · 0.45
client_login
Function · 0.45
fiber_reader
Function · 0.45
client_login
Function · 0.45
client_login
Function · 0.45
fiber_writer
Function · 0.45
Calls
1
vformat
Function · 0.50
Tested by
15
test_del
Function · 0.36
test_expire
Function · 0.36
test_ttl
Function · 0.36
test_exists
Function · 0.36
test_type
Function · 0.36
test_set
Function · 0.36
test_get
Function · 0.36
test_hmset
Function · 0.36
test_hmget
Function · 0.36
test_redis_session_attrs
Function · 0.36
test_addjob
Function · 0.36
test_addjob
Function · 0.36