type reflect.ChanDir
13 uses
reflect (current package)
badlinkname.go#L49: func badlinkname_rtype_ChanDir(*rtype) ChanDir
type.go#L150: ChanDir() ChanDir
type.go#L345: type ChanDir int
type.go#L348: RecvDir ChanDir = 1 << iota // <-chan
type.go#L725: func (t *rtype) ChanDir() ChanDir {
type.go#L730: return ChanDir(tt.Dir)
type.go#L959: func (d ChanDir) String() string {
type.go#L1769: func ChanOf(dir ChanDir, t Type) Type {
value.go#L1181: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2073: if ChanDir(tt.Dir)&RecvDir == 0 {
value.go#L2106: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2909: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2940: if ChanDir(tt.Dir)&RecvDir == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)