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

Function Int64

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

Int64 stores v in a new int64 value and returns a pointer to it.

(v int64)

Source from the content-addressed store, hash-verified

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) }
55
56// Float32 stores v in a new float32 value and returns a pointer to it.
57func Float32(v float32) proto.Option[float32] { return proto.Some(v) }

Callers 1

BuildContentMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected