MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / StrAppend

Function StrAppend

include/behaviortree_cpp/utils/strcat.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77//-----------------------------------------------
78
79inline void StrAppend(std::string* destination, const std::string_view& a)
80{
81 destination->append(a.data(), a.size());
82}
83
84inline void StrAppend(std::string* destination, const std::string_view& a,
85 const std::string_view& b)

Callers

nothing calls this directly

Calls 4

AppendPiecesFunction · 0.85
appendMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected