type go/doc.methodSet
11 uses
go/doc (current package)
reader.go#L23: type methodSet map[string]*Func
reader.go#L43: func (mset methodSet) set(f *ast.FuncDecl, preserveAST bool) {
reader.go#L79: func (mset methodSet) add(m *Func) {
reader.go#L136: funcs methodSet
reader.go#L137: methods methodSet
reader.go#L164: funcs methodSet
reader.go#L191: funcs: make(methodSet),
reader.go#L192: methods: make(methodSet),
reader.go#L575: r.funcs = make(methodSet)
reader.go#L646: func (r *reader) collectEmbeddedMethods(mset methodSet, typ *namedType, recvTypeName string, embeddedIsPtr bool, level int, visited embeddedSet) {
reader.go#L828: func sortedFuncs(m methodSet, allMethods bool) []*Func {
![]() |
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. |