Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ StmtsContainer
Method
StmtsContainer
ASTHelpers.h:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
SmallVector<Stmt*, 64> mStmts{};
66
67
StmtsContainer() = default;
68
StmtsContainer(std::initializer_list<const Stmt*> stmts)
69
{
70
for(const auto& stmt : stmts) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected