MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / UseNumber

Method UseNumber

base/util.go:1464–1464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1462// JSONDecoderI is the common interface between json.Decoder and jsoniter.Decoder
1463type JSONDecoderI interface {
1464 UseNumber()
1465 DisallowUnknownFields()
1466 Decode(v interface{}) error
1467 Buffered() io.Reader

Callers 7

UnmarshalIdentityJSONFunction · 0.80
DeepCopyInefficientFunction · 0.80
ReadJSONFromMIMERawErrFunction · 0.80
readSanitizeJSONMethod · 0.80
unmarshalDocumentFunction · 0.80
UnmarshalMethod · 0.80
BenchmarkUnmarshalBodyFunction · 0.80

Calls

no outgoing calls

Tested by 1

BenchmarkUnmarshalBodyFunction · 0.64