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

Class MyStruct

tests/test.cc:276–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 local_static = "hello";
275 int loc = 4;
276 struct MyStruct : MyBase {
277 void operator+=(int q) {
278label:
279 static_member += q;
280 goto label;
281 }
282 /* that's magic */
283 int foo() { return 4; }
284 };
285
286 goto label;
287 MyStruct s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected