internal/abi.ChanType.Dir (field)
12 uses
internal/abi (current package)
type.go#L296: Dir ChanDir
type.go#L308: return ch.Dir
reflect
type.go#L725: return ChanDir(tt.Dir)
type.go#L1784: if ch.Elem == typ && ch.Dir == abi.ChanDir(dir) {
type.go#L1795: ch.Dir = abi.ChanDir(dir)
value.go#L1184: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L2258: if ChanDir(tt.Dir)&RecvDir == 0 {
value.go#L2291: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L3136: if ChanDir(tt.Dir)&SendDir == 0 {
value.go#L3167: if ChanDir(tt.Dir)&RecvDir == 0 {
runtime
type.go#L392: return ct.Dir == cv.Dir && typesEqual(ct.Elem, cv.Elem, seen)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |