MCPcopy
hub / github.com/gopherjs/gopherjs / selectionImpl

Struct selectionImpl

compiler/typesutil/typesutil.go:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type selectionImpl struct {
71 kind types.SelectionKind
72 recv types.Type
73 index []int
74 obj types.Object
75 typ types.Type
76}
77
78func (sel *selectionImpl) Kind() types.SelectionKind { return sel.kind }
79func (sel *selectionImpl) Recv() types.Type { return sel.recv }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected