encoding/json.encodeState.scratch (field)
6 uses
encoding/json (current package)
encode.go#L289: scratch [64]byte
encode.go#L552: b := strconv.AppendInt(e.scratch[:0], v.Int(), 10)
encode.go#L563: b := strconv.AppendUint(e.scratch[:0], v.Uint(), 10)
encode.go#L586: b := e.scratch[:0]
encode.go#L841: if encodedLen <= len(e.scratch) {
encode.go#L844: dst := e.scratch[:encodedLen]
![]() |
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. |