go/doc.reader.isVisible (method)
4 uses
go/doc (current package)
reader.go#L171: func (r *reader) isVisible(name string) bool {
reader.go#L293: if domName != "" && r.isVisible(domName) && domFreq >= int(float64(len(decl.Specs))*threshold) {
reader.go#L420: if n, imp := baseTypeName(factoryType); !imp && r.isVisible(n) && !r.isPredeclared(n) {
reader.go#L697: visible := r.isVisible(t.name)
 |
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. |