MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / GetBool

Method GetBool

eval/public/structs/field_access_impl.cc:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 unset_wrapper_as_null_(unset_wrapper_as_null) {}
198
199 bool GetBool() const { return GetReflection()->GetBool(*msg_, field_desc_); }
200
201 int64_t GetInt32() const {
202 return GetReflection()->GetInt32(*msg_, field_desc_);

Callers

nothing calls this directly

Calls 1

GetBoolMethod · 0.45

Tested by

no test coverage detected