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

Function String

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

String stores v in a new string value and returns a pointer to it.

(v string)

Source from the content-addressed store, hash-verified

67
68// String stores v in a new string value and returns a pointer to it.
69func String(v string) proto.Option[string] { return proto.Some(v) }

Callers 5

SendPrivateFileMethod · 0.92
BuildMultiMsgDownloadReqFunction · 0.92
BuildMultiMsgUploadReqFunction · 0.92
BuildContentMethod · 0.92
BuildElementMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected