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

Method r

tests/test.cc:345–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 Val hello2;
344 Uses(int i) : hello(value), hello2({valval.v}) {}
345 int r() {
346 auto v = value;
347 v = value;
348 v = { value };
349 v = Uses{value}.hello;
350 long v2 = value;
351 Val vvv = valval;
352 vvv = valval;
353 vvv = hello2;
354 (*this)[value];
355 while(value) { }
356 return value;
357 }
358 int w() {
359 Val q;
360 valval = q + q;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected