MCPcopy Create free account
hub / github.com/Kitware/CMake / append

Method append

Source/cmList.h:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508 }
509
510 iterator append(cm::string_view value,
511 ExpandElements expandElements = ExpandElements::Yes,
512 EmptyElements emptyElements = EmptyElements::No)
513 {
514 return this->insert(this->cend(), value, expandElements, emptyElements);
515 }
516 iterator append(cm::string_view value, EmptyElements emptyElements)
517 {
518 return this->append(value, ExpandElements::Yes, emptyElements);

Callers 15

assignMethod · 0.95
testVectorFunction · 0.80
testVectorFilterFunction · 0.80
ParseStringMethod · 0.80
check_inputFunction · 0.80
check_backtraceFunction · 0.80
_checkFunction · 0.80
check_backtrace_graphFunction · 0.80
check_sourceFunction · 0.80
check_launcherFunction · 0.80

Calls 7

insertMethod · 0.95
cendMethod · 0.95
endMethod · 0.95
moveFunction · 0.85
appendFunction · 0.85
beginMethod · 0.45
clearMethod · 0.45

Tested by 15

testVectorFunction · 0.64
testVectorFilterFunction · 0.64
writePresetsFunction · 0.64
DecodeURLMethod · 0.64
RunMakeCommandMethod · 0.64
RunCommandMethod · 0.64
DumpToJsonArrayFunction · 0.64
DumpRegExToJsonArrayFunction · 0.64
DumpCTestPropertiesFunction · 0.64
AddCommandMethod · 0.64