MCPcopy 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
212google::rpc::Code ToGrpcCode(absl::StatusCode code) {
213 return static_cast<google::rpc::Code>(code);
214}
215
216using ConformanceServiceInterface =
217 ::cel_conformance::ConformanceServiceInterface;

Callers 6

CheckImplFunction · 0.85
ParseMethod · 0.85
CheckMethod · 0.85
ParseMethod · 0.85
CheckMethod · 0.85
ABSL_FLAGFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected