MCPcopy Create free account
hub / github.com/audacity/audacity / split

Method split

libraries/lib-strings/Identifier.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::vector< Identifier > Identifier::split( wxChar separator ) const
29{
30 auto strings = ::wxSplit( value, separator );
31 return { strings.begin(), strings.end() };
32}

Callers 15

makeFunction · 0.80
ant_matcherFunction · 0.80
distcleanFunction · 0.80
make_distcheck_cmdMethod · 0.80
storeMethod · 0.80
modifFunction · 0.80
set_colorMethod · 0.80
to_listMethod · 0.80
process_ruleFunction · 0.80
parse_cmd_argsMethod · 0.80
init_module_varsMethod · 0.80
init_logsMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 15

configureFunction · 0.64
make_interpreted_testFunction · 0.64
runMethod · 0.64
configureFunction · 0.64
make_interpreted_testFunction · 0.64
runMethod · 0.64
configureFunction · 0.64
make_interpreted_testFunction · 0.64
runMethod · 0.64
configureFunction · 0.64
make_interpreted_testFunction · 0.64
runMethod · 0.64