MCPcopy Create free account
hub / github.com/baidu/babylon / SearchServiceImpl

Method SearchServiceImpl

example/use-anyflow-with-brpc/server.cpp:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class SearchServiceImpl : public SearchService {
10 public:
11 SearchServiceImpl(GraphConfigurator& configurator)
12 : _configurator {configurator} {}
13
14 virtual void search(::google::protobuf::RpcController* controller_base,
15 const SearchRequest* request, SearchResponse* response,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected