Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CreateError
Function
CreateError
runtime/internal/errors.cc:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
absl::Status CreateError(absl::string_view message, absl::StatusCode code) {
66
return absl::Status(code, message);
67
}
68
69
} // namespace cel::runtime_internal
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.56