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

Method GetParsedJsonList

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

Source from the content-addressed store, hash-verified

1837 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1838 ParsedJsonListValue GetParsedJsonList() &&;
1839 ParsedJsonListValue GetParsedJsonList() const&& {
1840 return GetParsedJsonList();
1841 }
1842
1843 // Performs an unchecked cast from a value to a parsed message value. In
1844 // debug builds a best effort is made to crash. If `IsParsedJsonMap()` would

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected