MCPcopy Create free account
hub / github.com/chen3feng/toft / StringPrint

Function StringPrint

base/string/format/print.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::string StringPrint(const char* format)
31{
32 return StringVPrint(format, NULL, 0);
33}
34
35//////////////////////////////////////////////////////////////////////////////
36// 1 args

Callers 11

InitializeMethod · 0.85
CheckBitmapSizeMethod · 0.85
DecodeInternalMethod · 0.85
DecodeFromStringMethod · 0.85
GetShardingPathMethod · 0.85
ShardingSSTableWriterMethod · 0.85
TESTFunction · 0.85
GenKeyFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
OnReadableMethod · 0.85

Calls 1

StringVPrintFunction · 0.85

Tested by 4

TESTFunction · 0.68
GenKeyFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68