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

Function _

src/util/translation.h:63–66  ·  view source on GitHub ↗

* Translation function. * If no translation function is set, simply return the input. */

Source from the content-addressed store, hash-verified

61 * If no translation function is set, simply return the input.
62 */
63inline bilingual_str _(const char* psz)
64{
65 return bilingual_str{psz, G_TRANSLATION_FUN ? (G_TRANSLATION_FUN)(psz) : psz};
66}
67
68#endif // BITCOIN_UTIL_TRANSLATION_H

Callers 15

LoadAddrmanFunction · 0.85
BanManMethod · 0.85
AddTimeDataFunction · 0.85
CheckLegacyTxindexFunction · 0.85
UpgradeMethod · 0.85
AbortNodeFunction · 0.85
CallMainChainRPCFunction · 0.85
CreatePidFileFunction · 0.85
LockDataDirectoryFunction · 0.85
AppInitSanityChecksFunction · 0.85
AppInitMainFunction · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68