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

Function Bool

go/types.go:194–196  ·  view source on GitHub ↗

Bool returns a pointer to the given bool value. Use for option fields such as AutoStart, AutoRestart, or LogOptions.Ephemeral: AutoStart: Bool(false) Ephemeral: Bool(true)

(v bool)

Source from the content-addressed store, hash-verified

192// AutoStart: Bool(false)
193// Ephemeral: Bool(true)
194func Bool(v bool) *bool {
195 return &v
196}
197
198// String returns a pointer to the given string value.
199// Use for setting optional string parameters in RPC calls.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…