MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / get_service_node_name

Function get_service_node_name

src/runtime/tool_api.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117const service_spec &spec() { return service_engine::instance().spec(); }
118
119const char *get_service_node_name(service_node *node) { return node->full_name(); }
120
121join_point<void> sys_init_before_app_created("system.init.1");
122join_point<void> sys_init_after_app_created("system.init.2");

Callers 2

startMethod · 0.85
startMethod · 0.85

Calls 1

full_nameMethod · 0.45

Tested by

no test coverage detected