MCPcopy Create free account
hub / github.com/ElementsProject/elements / format

Function format

src/util/translation.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace tinyformat {
49template <typename... Args>
50bilingual_str format(const bilingual_str& fmt, const Args&... args)
51{
52 return bilingual_str{format(fmt.original, args...), format(fmt.translated, args...)};
53}
54} // namespace tinyformat
55
56/** Translate a message to the native language of the user. */

Callers 15

errorFunction · 0.70
PrintExceptionContinueFunction · 0.70
ReadConfigFilesMethod · 0.70
WalletCreateFunction · 0.50
MakeWalletFunction · 0.50
WalletShowInfoFunction · 0.50
ExecuteWalletToolFuncFunction · 0.50
FillPSBTMethod · 0.50
DumpWalletFunction · 0.50
FUZZ_TARGETFunction · 0.50

Calls

no outgoing calls

Tested by 2

FUZZ_TARGETFunction · 0.40