go/types.TypeAndValue.IsType (method)
5 uses
go/types (current package)
api.go#L404: func (tv TypeAndValue) IsType() bool {
go.pact.im/x/plumb/internal/discover
discover.go#L759: return pkg.Info.Types[ast.Unparen(call.Fun)].IsType()
golang.org/x/tools/go/types/typeutil
callee.go#L60: if info.Types[d.Index].IsType() {
golang.org/x/tools/internal/typesinternal
classify_call.go#L69: if tv.IsType() {
fx.go#L49: if !info.Types[v.Fun].IsType() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)