MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / addTokens

Method addTokens

JuceLibraryCode/modules/juce_core/text/juce_StringArray.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329int StringArray::addTokens (StringRef text, const bool preserveQuotedStrings)
330{
331 return addTokens (text, " \n\r\t", preserveQuotedStrings ? "\"" : "");
332}
333
334int StringArray::addTokens (StringRef text, StringRef breakCharacters, StringRef quoteCharacters)
335{

Callers 15

parseParamMethod · 0.80
parseGroupMethod · 0.80
evaluateMethod · 0.80
fromStringMethod · 0.80
restoreFromXmlMethod · 0.80
parseColourMethod · 0.80
parseTransformMethod · 0.80
finishMethod · 0.80
addZenityArgsMethod · 0.80

Calls 5

findEndOfTokenFunction · 0.70
StringFunction · 0.70
isNotEmptyMethod · 0.45
addMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected