replaceStmt returns the (possibly many) statements that should replace stmt. Generally a stmt is untouched or removed, but in some cases a single stmt can result in multiple statements. This is usually only the case when removing a block that was not taken, but pulling out function calls that were p
(stmt ast.Stmt)
source not stored for this graph (policy: none)
no test coverage detected