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

Method isNonStaticClassMethod

lib/rootdefanalysis/RDExtension.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool RDExtension::isNonStaticClassMethod(std::string FuncName) const {
40
41 return NonStaticCXXMethod.find(FuncName) != NonStaticCXXMethod.end();
42}
43
44RDExtension &RDExtension::operator=(const RDExtension &Src) {
45 OutParams = Src.OutParams;

Callers 1

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected