MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / appendCharPointer

Method appendCharPointer

JUCE/modules/juce_core/text/juce_String.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721void String::appendCharPointer (const CharPointerType textToAppend)
722{
723 appendCharPointer (textToAppend, textToAppend.findTerminatingNull());
724}
725
726void String::appendCharPointer (const CharPointerType startOfTextToAppend,
727 const CharPointerType endOfTextToAppend)

Callers 4

getChildFileMethod · 0.80
getRelativePathFromMethod · 0.80
readQuotedStringMethod · 0.80
juce_String.cppFile · 0.80

Calls 6

appendCharPointerFunction · 0.85
getAddressDifferenceFunction · 0.85
addBytesToPointerFunction · 0.85
findTerminatingNullMethod · 0.45
getAddressMethod · 0.45
writeNullMethod · 0.45

Tested by

no test coverage detected