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