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

Method DebugString

common/values/int_value.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40} // namespace
41
42std::string IntValue::DebugString() const {
43 return IntDebugString(NativeValue());
44}
45
46absl::Status IntValue::SerializeTo(
47 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers 15

string_value.hFile · 0.45
duration_value.hFile · 0.45
int_value.hFile · 0.45
TEST_FFunction · 0.45
legacy_map_value.hFile · 0.45
OptionalValueDebugStringFunction · 0.45
list_value.hFile · 0.45
uint_value.hFile · 0.45
timestamp_value.hFile · 0.45
error_value.hFile · 0.45

Calls 2

IntDebugStringFunction · 0.85
NativeValueFunction · 0.70

Tested by 10

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36