(pass *analysis.Pass, body *ast.BlockStmt)
| 298 | } |
| 299 | |
| 300 | func (ctx txContext) withAliases(pass *analysis.Pass, body *ast.BlockStmt) txContext { |
| 301 | ctx.outerStore = ctx.outerStore.withAliases(pass, body) |
| 302 | return ctx |
| 303 | } |
| 304 | |
| 305 | func newOuterStoreMatcher(pass *analysis.Pass, expr ast.Expr) (outerStoreMatcher, bool) { |
| 306 | display := exprString(expr) |
no outgoing calls
no test coverage detected