Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ GetUInt32
Method
GetUInt32
eval/public/structs/field_access_impl.cc:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
uint64_t GetUInt32() const {
63
return static_cast<const Derived*>(this)->GetUInt32();
64
}
65
66
int64_t GetInt64() const {
67
return static_cast<const Derived*>(this)->GetInt64();
Callers
5
GetUInt32
Method · 0.45
GetValue
Method · 0.45
AsEquatableValue
Function · 0.45
MessageFieldToJson
Method · 0.45
WrapFieldImpl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected