runtime.debugLogReader.data (field)
16 uses
runtime (current package)
debuglog.go#L79: l.w.r.data = &l.w.data
debuglog.go#L482: data *debugLogBuf
debuglog.go#L514: return uint16(r.data[pos%uint64(len(r.data))]) |
debuglog.go#L515: uint16(r.data[(pos+1)%uint64(len(r.data))])<<8
debuglog.go#L522: b[i] = r.data[pos%uint64(len(r.data))]
debuglog.go#L558: b := r.data[pos%uint64(len(r.data))]
debuglog.go#L589: b := r.data[r.begin%uint64(len(r.data))]
debuglog.go#L611: typ := r.data[r.begin%uint64(len(r.data))]
debuglog.go#L645: b := r.data[r.begin%uint64(len(r.data)):]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |