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

Method ReadCord

common/values/bytes_value_input_stream.h:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool ReadCord(absl::Cord* cord, int count) override {
78 return absl::visit(
79 [&cord, &count](auto& alternative) -> bool {
80 return alternative.ReadCord(cord, count);
81 },
82 AsVariant());
83 }
84
85 private:
86 using Variant =

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64