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

Method GetParsedJsonMap

common/value.h:1852–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1851 ParsedJsonMapValue GetParsedJsonMap() &&;
1852 ParsedJsonMapValue GetParsedJsonMap() const&& { return GetParsedJsonMap(); }
1853
1854 // Performs an unchecked cast from a value to a custom list value. In
1855 // debug builds a best effort is made to crash. If `IsCustomList()` would

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected