MCPcopy Create free account
hub / github.com/NetSys/bess / FooPb

Method FooPb

core/module_test.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected