MCPcopy Create free account
hub / github.com/apache/brpc / is_user_service

Method is_user_service

src/brpc/server.h:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 RestfulMap* restful_map;
390
391 bool is_user_service() const {
392 return !is_builtin_service && !restful_map;
393 }
394
395 const std::string service_name() const;
396 };

Callers 4

ListServicesMethod · 0.80
default_methodMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected