MCPcopy Create free account
hub / github.com/KDAB/codebrowser / m

Method m

tests/test.cc:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 { return MyClass().string2; }
74
75 virtual std::string m() const {
76 std::string local = string;
77 return function(1,2,2);
78 }
79
80 inline int hey() {
81 return m().size();

Callers

nothing calls this directly

Calls 1

functionFunction · 0.85

Tested by

no test coverage detected