MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / format

Function format

src/commons/tinyformat.h:967–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965/// Format list of arguments to the stream according to given format string.
966template<typename... Args>
967void format(std::ostream& out, const char* fmt, const Args&... args)
968{
969 vformat(out, fmt, makeFormatList(args...));
970}
971
972/// Format list of arguments according to the given format string and return
973/// the result as a string.

Callers 8

LogPrintStrMethod · 0.85
LogPrintfFunction · 0.85
CheckScriptAccountMethod · 0.85
testdbMethod · 0.85
testdeletmodifydbMethod · 0.85
printfFunction · 0.85
printflnFunction · 0.85
__strprintfFunction · 0.85

Calls 3

vformatFunction · 0.85
makeFormatListFunction · 0.85
strMethod · 0.80

Tested by 3

CheckScriptAccountMethod · 0.68
testdbMethod · 0.68
testdeletmodifydbMethod · 0.68