type reflect.ChanDir
13 uses
reflect (current package)
badlinkname.go#L49: func badlinkname_rtype_ChanDir(*rtype) ChanDir
type.go#L143: ChanDir() ChanDir
type.go#L336: type ChanDir int
type.go#L339: RecvDir ChanDir = 1 << iota // <-chan
type.go#L716: func (t *rtype) ChanDir() ChanDir {
type.go#L721: return ChanDir(tt.Dir)
type.go#L950: func (d ChanDir) String() string {
type.go#L1753: func ChanOf(dir ChanDir, t Type) Type {
value.go#L1184: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L1999: if ChanDir(tt.Dir)&RecvDir == 0 {
value.go#L2032: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2835: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2866: if ChanDir(tt.Dir)&RecvDir == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)