MCPcopy Create free account
hub / github.com/Samsung/UTopia / getMethodName

Function getMethodName

lib/utils/StringUtil.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::string getMethodName(std::string FullMethodName) {
97 std::vector<std::string> Tokens = util::split(FullMethodName, "::");
98 return Tokens.back();
99}
100
101std::string getIndent(unsigned count) {
102 std::string ReturnIndent = "";

Callers 3

isTestBodyMethod · 0.85
FunctionNodeMethod · 0.85
TEST_FFunction · 0.85

Calls 1

splitFunction · 0.85

Tested by 2

isTestBodyMethod · 0.68
TEST_FFunction · 0.68