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

Function format

src/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 15

hashToHexFunction · 0.85
printfFunction · 0.85
printflnFunction · 0.85
LogConnectFailureFunction · 0.85
logging.hFile · 0.85
errorFunction · 0.85
updateViewMethod · 0.85
dataMethod · 0.85
fixupFunction · 0.85
setValueFunction · 0.85
minimumSizeHintFunction · 0.85
formatWithUnitMethod · 0.85

Calls 3

vformatFunction · 0.85
makeFormatListFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected