(self, request, context)
| 48 | return bess_msg.EmptyResponse() |
| 49 | |
| 50 | def CreatePort(self, request, context): |
| 51 | response = bess_msg.CreatePortResponse() |
| 52 | response.name = request.name |
| 53 | return response |
| 54 | |
| 55 | def ModuleCommand(self, request, context): |
| 56 | response = bess_msg.CommandResponse() |
nothing calls this directly
no outgoing calls
no test coverage detected