Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
GRPCHandlerBase* 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
TEST
Function · 0.85
Invoke
Function · 0.85
Calls
2
GetHandlerRegistry
Function · 0.85
GetHandler
Method · 0.80
Tested by
1
TEST
Function · 0.68