Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ StringPrintAppend
Function
StringPrintAppend
base/string/format/print.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int StringPrintAppend(std::string* out, const char* format)
26
{
27
return StringVPrintAppend(out, format, NULL, 0);
28
}
29
30
std::string StringPrint(const char* format)
31
{
Callers
1
TEST
Function · 0.85
Calls
1
StringVPrintAppend
Function · 0.85
Tested by
1
TEST
Function · 0.68