MCPcopy Create free account
hub / github.com/Genivia/RE-flex / wrap

Method wrap

tests/btest.cpp:31–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 { }
30 private:
31 virtual bool wrap()
32 {
33 switch (source++)
34 {
35 case 0: in = "Hello World!";
36 return true;
37 case 1: in = "How now brown cow.";
38 return true;
39 case 2: in = "An apple a day.";
40 return true;
41 }
42 return false;
43 }
44 int source;
45};
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected