Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ SetEnum
Method
SetEnum
eval/public/structs/field_access_impl.cc:614–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
612
}
613
614
bool SetEnum(const int64_t value) const {
615
GetReflection()->SetEnumValue(msg_, field_desc_, value);
616
return true;
617
}
618
619
const Reflection* GetReflection() const { return msg_->GetReflection(); }
620
};
Callers
1
AssignEnum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected