Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Skip
Method
Skip
common/values/bytes_value_input_stream.h:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool Skip(int count) override {
64
return absl::visit(
65
[&count](auto& alternative) -> bool { return alternative.Skip(count); },
66
AsVariant());
67
}
68
69
int64_t ByteCount() const override {
70
return absl::visit(
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64