Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ListServices
Method · 0.80
GenerateVersionIfNeeded
Method · 0.80
default_method
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected