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

Function toString

tests/test.cc:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169extern __typeof (function) function_alias2 __attribute__ ((alias ("function")));
170
171std::string toString() {
172 function();
173 function_alias1();
174 function_alias2();
175 MyClass c;
176 c.function(noDocumentationPlease(), !c.outofline(std::string("T")), MyEnum::Val1, toString());
177#define STRIGNIFY(X) #X
178 return STRIGNIFY(true && "hello \"world\"")
179}
180
181int hasOwnProperty() {
182 function()

Callers

nothing calls this directly

Calls 3

functionFunction · 0.85
functionMethod · 0.80
outoflineMethod · 0.80

Tested by

no test coverage detected