MCPcopy Index your code
hub / github.com/github/copilot-sdk / String

Function String

go/types.go:200–202  ·  view source on GitHub ↗

String returns a pointer to the given string value. Use for setting optional string parameters in RPC calls.

(v string)

Source from the content-addressed store, hash-verified

198// String returns a pointer to the given string value.
199// Use for setting optional string parameters in RPC calls.
200func String(v string) *string {
201 return &v
202}
203
204// Float64 returns a pointer to the given float64 value.
205// Use for setting thresholds: BackgroundCompactionThreshold: Float64(0.80)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…