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

Function quoted

src/fs.h:75–78  ·  view source on GitHub ↗

Allow explicit quoted stream I/O.

Source from the content-addressed store, hash-verified

73
74// Allow explicit quoted stream I/O.
75static inline auto quoted(const std::string& s)
76{
77 return std::quoted(s, '"', '&');
78}
79
80// Allow safe path append operations.
81static inline path operator+(path p1, path p2)

Callers 9

ReadMethod · 0.85
LoadAddrmanFunction · 0.85
ReadAnchorsFunction · 0.85
AppInitMainFunction · 0.85
OpenMethod · 0.85
VerifyMethod · 0.85
MakeWalletDatabaseFunction · 0.85
DecodeAsmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected