MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SplitString

Function SplitString

src/util/string.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152[[nodiscard]] inline std::vector<std::string> SplitString(std::string_view str, char sep)
153{
154 return Split<std::string>(str, sep);
155}
156
157[[nodiscard]] inline std::vector<std::string> SplitString(std::string_view str, std::string_view separators)
158{

Callers 15

rest_headersFunction · 0.85
rest_spent_txoutsFunction · 0.85
rest_filter_headerFunction · 0.85
rest_block_filterFunction · 0.85
rest_getutxosFunction · 0.85
MutateTxAddInputFunction · 0.85
MutateTxAddOutAddrFunction · 0.85
MutateTxAddOutPubKeyFunction · 0.85
MutateTxAddOutMultiSigFunction · 0.85
MutateTxAddOutScriptFunction · 0.85
InitRPCAuthenticationFunction · 0.85
get_socks_cbMethod · 0.85

Calls

no outgoing calls

Tested by 7

BOOST_AUTO_TEST_CASEFunction · 0.68
ParseScriptFlagsFunction · 0.68
CallRPCMethod · 0.68
ResetArgsFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
ParseScriptFlagsFunction · 0.68
FUZZ_TARGETFunction · 0.68