MCPcopy Create free account
hub / github.com/alibaba/euler / ServerInterface

Method ServerInterface

euler/service/server_interface.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class ServerInterface {
38 public:
39 ServerInterface() {}
40 virtual ~ServerInterface() {}
41
42 // Starts the server running asynchronously. Returns OK on success, otherwise

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected