Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ToGrpcCode
Function
ToGrpcCode
conformance/service.cc:212–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
google::rpc::Code ToGrpcCode(absl::StatusCode code) {
213
return static_cast<google::rpc::Code>(code);
214
}
215
216
using ConformanceServiceInterface =
217
::cel_conformance::ConformanceServiceInterface;
Callers
6
CheckImpl
Function · 0.85
Parse
Method · 0.85
Check
Method · 0.85
Parse
Method · 0.85
Check
Method · 0.85
ABSL_FLAG
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected