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

Method Consume

common/navigable_ast.cc:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 std::unique_ptr<NavigableAstMetadata> Consume() && {
176 return std::move(metadata_);
177 }
178
179 private:
180 absl::AnyInvocable<std::unique_ptr<NavigableAstNode>()> node_factory_;

Callers 1

BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected