MCPcopy 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
63std::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

ConvertByteToStringFunction · 0.85
PrepareTestDataFunction · 0.85
NewRpcRequestDoneMethod · 0.85
NewRpcRequestMethod · 0.85
PrepareDataMethod · 0.85
NewRequestMethod · 0.85
PrepareTestDataFunction · 0.85
TEST_FFunction · 0.85
CreateTestDataMethod · 0.85
CreateSingleTestDataMethod · 0.85
VerifyOperationMethod · 0.85
VerifySingleOperationMethod · 0.85

Calls 1

StringFormatAppendVAFunction · 0.85

Tested by 11

PrepareTestDataFunction · 0.68
NewRpcRequestDoneMethod · 0.68
NewRpcRequestMethod · 0.68
PrepareDataMethod · 0.68
NewRequestMethod · 0.68
PrepareTestDataFunction · 0.68
TEST_FFunction · 0.68
CreateTestDataMethod · 0.68
CreateSingleTestDataMethod · 0.68
VerifyOperationMethod · 0.68
VerifySingleOperationMethod · 0.68