MCPcopy
hub / github.com/redpanda-data/console / derefString

Function derefString

backend/pkg/console/util.go:19–25  ·  view source on GitHub ↗
(s *string)

Source from the content-addressed store, hash-verified

17)
18
19func derefString(s *string) string {
20 if s != nil {
21 return *s
22 }
23
24 return ""
25}
26
27func errorToString(err error) string {
28 if err == nil {

Callers 2

GetBrokerConfigMethod · 0.85
NewTopicConfigEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…