Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ catfmt
Method
catfmt
src/sds.h:444–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
443
template<typename... Args>
444
sdsstring catfmt(const char *fmt, Args... args)
445
{
446
m_str = sdscatfmt(m_str, fmt, args...);
447
return *this;
448
}
449
450
sds release() {
451
sds sdsT = m_str;
Callers
1
rdbSaveInfoAuxFields
Function · 0.80
Calls
1
sdscatfmt
Function · 0.85
Tested by
no test coverage detected