MCPcopy
hub / github.com/elastic/go-elasticsearch / String

Function String

typedapi/some/pointers.go:25–27  ·  view source on GitHub ↗

String returns a pointer to a string

(value string)

Source from the content-addressed store, hash-verified

23
24// String returns a pointer to a string
25func String(value string) *string {
26 return &value
27}
28
29// Bool returns a pointer to a boolean
30func Bool(value bool) *bool {

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…