MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Uint32

Function Uint32

internal/proto/wrapper.go:63–63  ·  view source on GitHub ↗

Uint32 stores v in a new uint32 value and returns a pointer to it.

(v uint32)

Source from the content-addressed store, hash-verified

61
62// Uint32 stores v in a new uint32 value and returns a pointer to it.
63func Uint32(v uint32) proto.Option[uint32] { return proto.Some(v) }
64
65// Uint64 stores v in a new uint64 value and returns a pointer to it.
66func Uint64(v uint64) proto.Option[uint64] { return proto.Some(v) }

Callers 4

webSsoRequestMethod · 0.92
SendPrivateFileMethod · 0.92
BuildMultiMsgUploadReqFunction · 0.92
BuildElementMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected