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

Method size

parser/parser.cc:487–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 void seek(size_t index) override { index_ = std::min(index, size_); }
486
487 size_t size() override { return size_; }
488
489 std::string getSourceName() const override {
490 return source_name_.empty() ? IntStream::UNKNOWN_SOURCE_NAME

Callers 15

CopyMethod · 0.45
ExpandHasMacroFunction · 0.45
ExpandAllMacroFunction · 0.45
ExpandExistsMacroFunction · 0.45
ExpandExistsOneMacroFunction · 0.45
ExpandMap2MacroFunction · 0.45
ExpandMap3MacroFunction · 0.45
ExpandFilterMacroFunction · 0.45
ExpandOptMapMacroFunction · 0.45
ExpandOptFlatMapMacroFunction · 0.45
RegisterMacrosMethod · 0.45
ListMacrosMethod · 0.45

Calls

no outgoing calls

Tested by 1