go/ast.InterfaceType.Incomplete (field)
10 uses
go/ast (current package)
ast.go#L448: Incomplete bool // true if (source) methods are missing in the Methods list
filter.go#L172: t.Incomplete = true
go/doc
exports.go#L103: ityp.Incomplete = true
exports.go#L186: t.Incomplete = true
go/printer
nodes.go#L952: p.fieldList(x.Methods, false, x.Incomplete)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2151: if x.Incomplete != false {
encode_ast.gen.go#L2153: e.EncodeBool(x.Incomplete)
encode_ast.gen.go#L2180: x.Incomplete = d.DecodeBool()
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L103: ityp.Incomplete = true
exports.go#L186: t.Incomplete = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |