MCPcopy Index your code
hub / github.com/coder/coder / safeString

Function safeString

coderd/database/db.go:221–226  ·  view source on GitHub ↗
(s *string)

Source from the content-addressed store, hash-verified

219}
220
221func safeString(s *string) string {
222 if s == nil {
223 return "<nil>"
224 }
225 return *s
226}

Callers 2

StringMethod · 0.85
StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected