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

Method ToBuilder

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

Source from the content-addressed store, hash-verified

1833};
1834
1835std::unique_ptr<cel::ParserBuilder> ParserImpl::ToBuilder() const {
1836 auto ins = std::make_unique<ParserBuilderImpl>(options_);
1837 ins->library_ids_ = library_ids_;
1838 ins->macros_ = macro_registry_.ListMacros();
1839 return ins;
1840}
1841
1842} // namespace
1843

Callers 1

TESTFunction · 0.45

Calls 1

ListMacrosMethod · 0.80

Tested by 1

TESTFunction · 0.36