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