MCPcopy Index your code
hub / github.com/coder/coder / withAliases

Method withAliases

scripts/intxcheck/analyzer.go:300–303  ·  view source on GitHub ↗
(pass *analysis.Pass, body *ast.BlockStmt)

Source from the content-addressed store, hash-verified

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

Callers 2

inspectInTxBodyFunction · 0.45
bodyUsesOuterStoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected