reflect.Value.Cap (method)
3 uses
reflect (current package)
value.go#L1155: func (v Value) Cap() int {
encoding/json
decode.go#L551: if i >= v.Cap() {
text/template
funcs.go#L262: cap = item.Cap()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)