Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ BuildStruct
Method
BuildStruct
common/values/struct_value_builder.cc:914–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
912
}
913
914
absl::StatusOr<StructValue> BuildStruct() && {
915
return ParsedMessageValue(std::exchange(message_, nullptr), arena_);
916
}
917
918
private:
919
absl::StatusOr<absl::optional<ErrorValue>> SetMapField(
Callers
1
Build
Method · 0.80
Calls
1
ParsedMessageValue
Class · 0.70
Tested by
no test coverage detected