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

Method Consume

tools/navigable_ast.cc:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 std::unique_ptr<NavigableAstMetadata> Consume() && {
185 return std::move(metadata_);
186 }
187
188 private:
189 absl::AnyInvocable<std::unique_ptr<AstNode>()> node_factory_;

Callers 1

BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected