MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-spanner-emulator / GetHandler

Function GetHandler

frontend/server/handler.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79GRPCHandlerBase* GetHandler(const std::string& service_name,
80 const std::string& method_name) {
81 return GetHandlerRegistry()->GetHandler(service_name, method_name);
82}
83
84} // namespace frontend
85} // namespace emulator

Callers 2

TESTFunction · 0.85
InvokeFunction · 0.85

Calls 2

GetHandlerRegistryFunction · 0.85
GetHandlerMethod · 0.80

Tested by 1

TESTFunction · 0.68