Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Utf8IsValid
Function · 0.45
Utf8Validate
Function · 0.45
Calls
2
clear
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected