Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ StringFormat
Function
StringFormat
src/common/base/string_format.cc:63–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
std::string StringFormat(const char* format, ...) {
64
va_list ap;
65
va_start(ap, format);
66
std::string result;
67
StringFormatAppendVA(&result, format, ap);
68
va_end(ap);
69
return result;
70
}
Callers
14
ConvertByteToString
Function · 0.85
PrepareTestData
Function · 0.85
NewRpcRequestDone
Method · 0.85
NewRpcRequest
Method · 0.85
PrepareData
Method · 0.85
NewRequest
Method · 0.85
PrepareTestData
Function · 0.85
TEST_F
Function · 0.85
CreateTestData
Method · 0.85
CreateSingleTestData
Method · 0.85
VerifyOperation
Method · 0.85
VerifySingleOperation
Method · 0.85
Calls
1
StringFormatAppendVA
Function · 0.85
Tested by
11
PrepareTestData
Function · 0.68
NewRpcRequestDone
Method · 0.68
NewRpcRequest
Method · 0.68
PrepareData
Method · 0.68
NewRequest
Method · 0.68
PrepareTestData
Function · 0.68
TEST_F
Function · 0.68
CreateTestData
Method · 0.68
CreateSingleTestData
Method · 0.68
VerifyOperation
Method · 0.68
VerifySingleOperation
Method · 0.68