| 51 | CommandResponse Init(const bess::pb::EmptyArg &) { return CommandResponse(); } |
| 52 | |
| 53 | CommandResponse FooPb(const bess::pb::EmptyArg &) { |
| 54 | n += 1; |
| 55 | return CommandResponse(); |
| 56 | } |
| 57 | |
| 58 | int n = {}; |
| 59 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected