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

Method Data

common/data.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class Data {
49 public:
50 Data(const Data&) = default;
51 Data(Data&&) = default;
52 ~Data() = default;
53 Data& operator=(const Data&) = default;

Callers 1

operator[]Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected