internal/abi.ChanType.Dir (field)
11 uses
internal/abi (current package)
type.go#L269: Dir ChanDir
type.go#L281: return ch.Dir
reflect
type.go#L693: return ChanDir(tt.Dir)
type.go#L1623: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1634: ch.Dir = abi.ChanDir(dir)
value.go#L2202: if ChanDir(tt.Dir)&RecvDir == 0 {
value.go#L2235: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L3064: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L3095: if ChanDir(tt.Dir)&RecvDir == 0 {
runtime
type.go#L374: return ct.Dir == cv.Dir && typesEqual(ct.Elem, cv.Elem, seen)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |