type golang.org/x/pkgsite/internal.SymbolBuildContexts
15 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L93: m map[string]map[string]map[SymbolMeta]*SymbolBuildContexts
symbol.go#L99: m: map[string]map[string]map[SymbolMeta]*SymbolBuildContexts{},
symbol.go#L105: func (sh *SymbolHistory) SymbolsAtVersion(v string) map[string]map[SymbolMeta]*SymbolBuildContexts {
symbol.go#L148: sav = map[string]map[SymbolMeta]*SymbolBuildContexts{}
symbol.go#L153: stu = map[SymbolMeta]*SymbolBuildContexts{}
symbol.go#L158: us = &SymbolBuildContexts{}
symbol.go#L166: type SymbolBuildContexts struct {
symbol.go#L172: func (us *SymbolBuildContexts) BuildContexts() []BuildContext {
symbol.go#L184: func (us *SymbolBuildContexts) AddBuildContext(build BuildContext) {
symbol.go#L200: func (us *SymbolBuildContexts) SupportsBuild(build BuildContext) bool {
symbol.go#L208: func (us *SymbolBuildContexts) InAll() bool {
symbol.go#L214: func (us *SymbolBuildContexts) RemoveBuildContexts() {
golang.org/x/pkgsite/internal/frontend
symbol.go#L69: func symbolsForVersion(pkgURLPath string, symbolsAtVersion map[string]map[internal.SymbolMeta]*internal.SymbolBuildContexts) [][]*Symbol {
symbol.go#L71: children := map[internal.SymbolMeta]*internal.SymbolBuildContexts{}
symbol.go#L177: func findParent(parentName string, cus *internal.SymbolBuildContexts,
![]() |
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. |