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

Method getInstanceNameFromClass

lib/tcanalysis/GoogleTestCallWriter.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::string GoogleTestCallWriter::getInstanceNameFromClass(
71 const std::string &ClassName) const {
72 std::vector<std::string> ClassNameTokens = util::split(ClassName, "::");
73 return "AUTOFUZZ" + ClassNameTokens.back();
74}

Callers

nothing calls this directly

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected