Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ PushDependencies
Function
PushDependencies
eval/public/ast_traverse.cc:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
};
339
340
void PushDependencies(const StackRecord& record, std::stack<StackRecord>& stack,
341
const TraversalOptions& options) {
342
absl::visit(PushDepsVisitor{stack, options}, record.record_variant);
343
}
344
345
} // namespace
346
Callers
1
AstTraverse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected