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

Method Reset

internal/utf8.cc:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 void Reset(const absl::Cord& input) {
193 input_ = input;
194 size_ = input_.size();
195 buffer_.clear();
196 index_ = 0;
197 }
198
199 private:
200 absl::Cord input_;

Callers 2

Utf8IsValidFunction · 0.45
Utf8ValidateFunction · 0.45

Calls 2

clearMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected