MCPcopy Create free account
hub / github.com/apple/foundationdb / format

Function format

flow/flow.cpp:279–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279std::string format(const char* form, ...) {
280 va_list args;
281 va_start(args, form);
282
283 std::string str;
284 int result = vsformat(str, form, args);
285 va_end(args);
286
287 ASSERT(result >= 0);
288 return str;
289}
290
291Standalone<StringRef> strinc(StringRef const& str) {
292 int index;

Callers 15

openMethod · 0.70
flushMethod · 0.70
openTraceFileFunction · 0.70
logMethod · 0.70
EventInfoMethod · 0.70
AttachInfoMethod · 0.70
BuggifyInfoMethod · 0.70
toStringMethod · 0.70
epochsToGMTStringFunction · 0.70
outOfMemoryFunction · 0.70
createTmpFileMethod · 0.70
format_backtraceFunction · 0.70

Calls 1

vsformatFunction · 0.85

Tested by 15

setMethod · 0.56
pushErrorMethod · 0.40
tupleToStringFunction · 0.40
callMethod · 0.40
callMethod · 0.40
callMethod · 0.40
callMethod · 0.40
callMethod · 0.40
callMethod · 0.40