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

Function PushListDeps

eval/public/ast_traverse.cc:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void PushListDeps(const CreateList* list_expr, const SourceInfo* source_info,
254 std::stack<StackRecord>* stack) {
255 const auto& elements = list_expr->elements();
256 for (auto it = elements.rbegin(); it != elements.rend(); ++it) {
257 const auto& element = *it;
258 stack->push(StackRecord(&element, source_info));
259 }
260}
261
262void PushStructDeps(const CreateStruct* struct_expr,
263 const SourceInfo* source_info,

Callers 1

operator()Method · 0.70

Calls 1

StackRecordClass · 0.70

Tested by

no test coverage detected