MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getTraceName

Function getTraceName

valdi_core/src/valdi_core/cpp/Utils/Trace.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace Valdi {
12
13std::string getTraceName(std::string_view prefix, const StringBox& suffix) {
14 return getTraceName(prefix, suffix.toStringView());
15}
16
17std::string getTraceName(std::string_view prefix, std::string_view suffix) {
18 std::string out;

Callers

nothing calls this directly

Calls 4

appendMethod · 0.65
toStringViewMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected