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

Function Int32

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

Int32 stores v in a new int32 value and returns a pointer to it.

(v int32)

Source from the content-addressed store, hash-verified

49
50// Int32 stores v in a new int32 value and returns a pointer to it.
51func Int32(v int32) proto.Option[int32] { return proto.Some(v) }
52
53// Int64 stores v in a new int64 value and returns a pointer to it.
54func Int64(v int64) proto.Option[int64] { return proto.Some(v) }

Callers 1

BuildContentMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected