MCPcopy
hub / github.com/golang/protobuf / Uint64

Function Uint64

proto/wrappers.go:25–25  ·  view source on GitHub ↗

Uint64 stores v in a new uint64 value and returns a pointer to it.

(v uint64)

Source from the content-addressed store, hash-verified

23
24// Uint64 stores v in a new uint64 value and returns a pointer to it.
25func Uint64(v uint64) *uint64 { return &v }
26
27// Float32 stores v in a new float32 value and returns a pointer to it.
28func Float32(v float32) *float32 { return &v }

Callers 8

initGoTestFunction · 0.92
TestResetFunction · 0.92
TestEncodeDecode3Function · 0.92
TestEncodeDecode4Function · 0.92
TestAllSetDefaultsFunction · 0.92
proto_test.goFile · 0.92
json_test.goFile · 0.92

Calls

no outgoing calls

Tested by 6

initGoTestFunction · 0.74
TestResetFunction · 0.74
TestEncodeDecode3Function · 0.74
TestEncodeDecode4Function · 0.74
TestAllSetDefaultsFunction · 0.74