blob: 67f0d65acf2637b66ec35734d2af4e38d1c130f3 [file] [log] [blame]
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package internal
import "golang.org/x/tools/go/analysis"
// This function is set by the checker package to provide
// backdoor access to the private Pass field
// of the *checker.Action type, for use by analysistest.
//
// It may return nil, for example if the action was not
// executed because of a failed dependent.
var ActionPass func(action any) *analysis.Pass